{!! Form::select('categ[]', $categs, null, array('id' => 'categ', 'class' => 'form-control' ,'data-placeholder' => 'SELECT CATEGORY','multiple' => 'multiple')) !!}
{!! 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')) !!}
Frame Report
| Branch Name | Category | Cost | QTY | |
|---|---|---|---|---|
| {{ $frame->branch_name}} | {{ $frame->category }} | @if(!empty($frame->orig_price)){{ $frame->orig_price }} | @else0.000 | @endif{{ $frame->total_qty }} |