@extends('layouts.template') @section('template') Purchase Home Dashboard Purchase Print Last Invoice {!! Form::open(array('url' =>'purchase/store','id'=>'purchase_form', 'method' => 'post')) !!} {{ csrf_field() }} Supplier Name ---Select--- @foreach($suppliers as $supplier) {{ $supplier->sup_name }}-{{$supplier->sup_phone_no}} @endforeach Purchase Date Invoice# Discount Memo Total Paid Amount Due Item Details Item Location Imei/Serial Qty Purchase Price Note Condition Sub Total Action ---Select--- @foreach($items as $item) {{ $item->item_name }} @endforeach @foreach($stock_locations as $stock_location) {{ $stock_location->stock_location_name }} @endforeach ---Select--- New Recondition {!! Form::close() !!} @endsection