{!! Form::open(array('route' => array('lost_inventory.store'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::select('branchGroup[]', $branchGroupingsSelection, null, array('id' => 'branchGroup', 'class' => 'form-control' ,'multiple' => 'multiple')) !!}
{!! Form::select('lostReasons[]', $lostReasons, null, array('id' => 'lostReasons', 'class' => 'form-control', 'multiple' => 'multiple')) !!}
{!! Form::text('yearMonth', null, array('class' => 'form-control', 'id' => 'monthPicker', 'placeholder' => 'PICK MONTH')) !!}
{{-- --}}

Store Loss Items {{ $formattedDate }}

{{-- --}} {{-- --}} @foreach($storeLosts as $storeLost) {{-- --}} {{-- --}} @if($storeLost->issue != '') @else @endIf @if($storeLost->damaged_by != '') @else @endIf @endforeach
Date Branch GroupBranch CodeBranchTerminal #Outgoing # Purpose Reason Issue Responsible Person Remarks Barcode Itemcode Item Type Department Category Description Quantity
{{ $storeLost->local_time }} {{ $storeLost->branch_group }}{{ $storeLost->branch_code }}{{ $storeLost->branch_name }}{{ $storeLost->terminal_no }}{{ $storeLost->outgoing_no }} {{ $storeLost->purpose }} {{ $storeLost->reason }} {{ $storeLost->issue }}{{ $storeLost->issue }}{{ $storeLost->damaged_by_tag }} {{ $storeLost->damaged_by }}{{ $storeLost->damaged_by }}{{ $storeLost->remarks }} {{ $storeLost->barcode }} {{ $storeLost->itemcode }} {{ $storeLost->item_type }} {{ $storeLost->department }} {{ $storeLost->category }} {{ $storeLost->description }} {{ $storeLost->qty }}
{!! Paginate::show($storeLosts) !!} {{ $storeLosts->appends(request()->except('page'))->links() }}
{!! Form::close() !!}