{!! Form::select('branch[]', $branches, null, array('id' => 'branch', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT BRANCH')) !!}
{!! 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::text('keyword',null,array('class' => 'form-control', 'id' => 'keyword')) !!}
Lens Report
Total Qty: {!! $total_qty !!}
| Branch Name | Transaction # | Description | Quantity | Transaction Date |
|---|---|---|---|---|
| {{ $len->branch_name}} | {{ $len->transaction_no }} | {{ $len->description }} | {{ $len->qty}} | {{ $len->local_time }} |