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

OPERATIONS MANAGEMENT SYSTEM

SS ARRIVAL

@foreach ($bush_waybills as $bush_waybill) @endforeach
No. LBC TOC WAYBILL NO. No. OF BAGS WAYBILL DATE QCC CERT DATE SEASON TRANS. CODE GRADE CAT STATION/DISTRICT SEASON TIME CREATED
{{$loop->index + 1}}. {{$bush_waybill->lbc->name}} {{optional(App\Model\port::find($bush_waybill->bush_delivery['port_id']))->name}} {{$bush_waybill->bush_waybill_no}} {{$bush_waybill->bush_no_of_bags}} {{$bush_waybill->bush_waybill_date}} {{$bush_waybill->qcc_evac_date}} {{$bush_waybill->season->name}} {{$bush_waybill->bush_delivery['transaction_code']}} {{$bush_waybill->bush_grade}} {{optional(App\Model\category::find($bush_waybill->category_id))->name}} {{$bush_waybill->station->station_name}}/ {{optional(App\Model\station::find($bush_waybill->station_id))->district->district_name}} {{$bush_waybill->season->name}} {{$bush_waybill->created_at}}


@endsection @section('more-scripts') @endsection