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

OPERATIONS MANAGEMENT SYSTEM

LOCAL DELIVERY REPORTS

@foreach ($shed_waybills as $shed_waybill) @endforeach
No. Date Transaction Code First Weight First Weight Date Second Weight Second Weight Date Truck Number MK Number Contract Number Factory Port Shed Waybill No. CDN No. Bags Expected Tonnage Actual Tonnage Category Bean Type Crop Year Utilized Crop Year Requested
{{ $count++ }}. {{ $shed_waybill->waybill_date ? Carbon\Carbon::parse($shed_waybill->waybill_date)->format('j M Y') : null }} {{ $shed_waybill->evac_truck->transaction_code }} {{ $shed_waybill->evac_truck->first_weight }} {{ $shed_waybill->evac_truck->first_weight_date ? Carbon\Carbon::parse($shed_waybill->evac_truck->first_weight_date)->format('j M Y') : null }} {{ $shed_waybill->evac_truck->second_weight }} {{ $shed_waybill->evac_truck->second_weight_date ? Carbon\Carbon::parse($shed_waybill->evac_truck->second_weight_date)->format('j M Y') : null }} {{ $shed_waybill->evac_truck->truck->truck_no }} {{ $shed_waybill->contract->mk_number }} {{ $shed_waybill->contract->number }} {{ $shed_waybill->consignee->name }} {{ $shed_waybill->port->name }} {{ $shed_waybill->shed->name }} {{ $shed_waybill->waybill_no }} {{ optional($shed_waybill->cdn)->cdn_number }} {{ number_format($shed_waybill->quantity, 0) }} {{ $shed_waybill->quantity / 16 }} {{ number_format($shed_waybill->net_weight, 4) }} {{ $shed_waybill->category->name }} {{ $shed_waybill->contract->crop->name }} {{ $shed_waybill->category->season->name }} {{ $shed_waybill->shed_evac->category->season->name }}
Showing {{ $shed_waybills->firstItem() }} to {{ $shed_waybills->lastItem() }} of total {{ $shed_waybills->total() }} entries {!! $shed_waybills->render() !!}
@endsection @section('more-scripts') @endsection