{!! Form::open(array('route' => array('incoming.store'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::select('company[]',$companies, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::select('branch[]',$sel_branches, null, array('id' => 'branch', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT A BRANCH...')) !!}
{!! Form::select('category[]',$sel_categories, null, array('id' => 'category', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT A CATEGORY...')) !!}
{!! Form::select('brand[]',$sel_brands, null, array('id' => 'brand', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT A BRAND...')) !!}
{!! 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::select('purpose[]',$sel_purpose, null, array('id' => 'purpose', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT A PURPOSE...')) !!}
{!! Form::text('keyword',null,array('class' => 'form-control', 'id' => 'keyword')) !!}
{!! Form::close() !!}

Incoming Items Report

Total Qty: {!! $total_qty !!}

@foreach($items as $item) @endforeach
Company Name Branch Name Terminal # User Incoming # From Company Name From Branch Name Ref PO # PO # Outgoing # Date Time Stock Code Barcode Department Category Brand Description Purpose Reason Remarks Qty Price Amount Posting Time
{{ $item->company_name }} {{ $item->branch_name }} {{ $item->terminal_no }} {{ $item->user }} {{ $item->incoming_no }} {{ $item->to_company }} {{ $item->to_branch }} {{ $item->ref_po }} {{ $item->po_no }} {{ $item->outgoing_no }} {{ $item->local_time }} {{ $item->itemcode }} {{ $item->barcode }} {{ $item->department }} {{ $item->category }} {{ $item->brand }} {{ $item->description }} {{ $item->purpose }} {{ $item->reason }} {{ $item->remarks }} {{ $item->qty }} {{ number_format($item->price,2) }} {{ number_format($item->amount,2) }} {{ $item->local_time }}