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

OPERATIONS MANAGEMENT SYSTEM

CDN REPORTS

@foreach ($shed_waybills as $shed_waybill) @endforeach
No. Date Port Shed MK Number Factory Truck Number 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->port->name }} {{ $shed_waybill->shed->name }} {{ $shed_waybill->contract->mk_number }} {{ $shed_waybill->consignee->name }} {{ $shed_waybill->evac_truck->truck->truck_no }} {{ $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