M & E REPORTS
}})
--}}
No. | Type Of Delivery | Transaction Code | Crop Year | TOC | LICENSED BUYER | Station | District | Region | Expected Quantity | Internal Waybill No | Internal Waybill ID | Port Quantity | Port Category | Total Rejections | Rejected No Of Bags | Type Of Rejection | Remarks | Internal Waybill Date |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $count++ }}. | {{ $rejection->bush_delivery->type }} | {{ $rejection->bush_delivery->transaction_code }} | {{ optional($rejection->bush_delivery->season)->name }} | {{ $rejection->bush_delivery->port->name }} | {{ $rejection->bush_delivery->lbc->name }} | {{ $rejection->internal_waybill->station->station_name }} | {{ optional($rejection->internal_waybill->district)->district_name }} | {{ optional(optional($rejection->internal_waybill->district)->region)->name }} | {{ $rejection->internal_waybill->internal_no_of_bags }} | {{ $rejection->internal_waybill->internal_waybill_no }} | {{ $rejection->internal_waybill->id }} | {{ $rejection->internal_waybill->purity_no_of_bags_ok }} | {{ optional(App\Model\category::find($rejection->internal_waybill->purity_category_id))->name }} | {{ $rejection->internal_waybill->rejections }} | {{ $rejection->rejected_no_of_bags }} | {{ $rejection->type_of_rejection }} | {{ $rejection->remarks }} | {{ $rejection->internal_waybill->internal_waybill_date ? Carbon\Carbon::parse($rejection->internal_waybill->internal_waybill_date)->format('j M Y') : null }} | @endforeach