{{--
Expiry Inventory{{ $stockInventoryAsOfDate }}
--}}
{!! Form::select('company[]', $companies, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::text('from', $date_format_from, array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('to', $date_format_to, array('class' => 'form-control', 'id' => 'date_to')) !!}
{!! Form::text('invdate', $date_format, array('class' => 'form-control', 'id' => 'inv_date')) !!}
Expiry Inventory {{ $formattedDate }}
| Company | Location | Inv. Date | Barcode | Description | Qty | Expiry Date |
|---|---|---|---|---|---|---|
| {{ $item->Gcompany }} | {{ $item->lclocation }} | {{ $item->lddate }} | {{ $item->barcode }} | {{ $item->desc }} | {{ $item->qty }} | {{ $item->lcexpirydate }} |