@if (session('message'))
{{ session('message') }}
@endif

Under-Investigation Shortages

@if(isset($payroll)) @foreach ($payroll as $val) @endforeach @endif
Action Status @sortablelink('reporting_person','Reporting Person') @sortablelink('reported_date','Reported Date') @sortablelink('reporting_depot', 'Reporting Depot') Depot Customer Name Customer Site Sending Site Doc Ref Delivery Date Product Code Product Description Pack Size Cases Bottles Reason
{{-- @if(Auth::user()->roll_id == 1) @endif --}} {{$val->status}} {{$val->reporting_person}} {{$val->reported_date}} {{$val->reporting_depot}} {{$val->depot}} {{$val->customer_name}} {{$val->customer_site}} {{$val->uid}} {{$val->doc_ref}} {{$val->delivery_date}} {{$val->product_code}} {{$val->product_description}} {{$val->pack_size}} {{$val->cases}} {{$val->bottles}} {{$val->reason}}
@if(isset($items) && $items!='All') @if(isset($data)) {{-- {{$payroll->links("pagination::bootstrap-4")}} --}} {{ $payroll->appends($data)->links("pagination::bootstrap-4") }} @else {{$payroll->links("pagination::bootstrap-4")}} @endif @endif