@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

RECONCILIATION REPORT

@foreach ($internal_waybills as $internal_waybill) @endforeach
No. LBC TOC SHEDS OFFLOADING DATE WEEK NUMBER PURITY DATE CATEGORY CROP YEAR TOTAL QUANTITY
{{ $count++ }}. {{ $internal_waybill->bush_delivery->lbc->name }} {{ $internal_waybill->bush_delivery->port->name }} {{ $internal_waybill->shed->name }} {{ $internal_waybill->offloading_date ? Carbon\Carbon::parse($internal_waybill->offloading_date)->format('j M Y') : null }} {{ customWeek($internal_waybill->bush_delivery->season->date_commenced, $internal_waybill->offloading_date) }} {{ $internal_waybill->purity_date ? Carbon\Carbon::parse($internal_waybill->purity_date)->format('j M Y') : null }} {{ App\Model\category::find($internal_waybill->purity_category_id)->name }} {{ $internal_waybill->bush_delivery->season->name }} {{ $internal_waybill->purity_no_of_bags_ok }}
Showing {{ $internal_waybills->firstItem() }} to {{ $internal_waybills->lastItem() }} of total {{ $internal_waybills->total() }} entries {!! $internal_waybills->render() !!}
@endsection @section('more-scripts') @endsection