{!! Form::open(array('route'=>'purchase.store','method'=>'POST')) !!}
{!! Form::text('date_from',$date_from,array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('date_to',$date_to,array('class' => 'form-control', 'id' => 'date_to')) !!}
{!! Form::close() !!}

Purchase Orders Report

Total Qty: {!! $total_qty !!}

@foreach($items as $item) @endforeach
Company Name Branch Name Terminal # User Supplier Ref PO # PO # Incoming # Date Time Barcode Department Category Brand Description Qty Price Amount Posting Date
{{ $item->company_name }} {{ $item->branch_name }} {{ $item->terminal_no }} {{ $item->user }} {{ $item->supplier }} {{ $item->ref_po }} {{ $item->po_no }} {{ $item->incoming_no }} {{ $item->local_time }} {{ $item->barcode }} {{ $item->department }} {{ $item->category }} {{ $item->brand }} {{ $item->description }} {{ $item->qty }} {{ number_format($item->price,2) }} {{ number_format($item->amount,2) }} {{ $item->local_date }}