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

OPERATIONS MANAGEMENT SYSTEM

FACTORY REPORT

{{-- --}}
{{-- --}} @foreach ($shed_waybills as $shed_waybill) @endforeach
No. FACTORY MK NO. CONTRACT NO. WAYBILL NO. WAYBILL DATE HAULIER TRANSACTION CODE TRUCK NO COCOA TYPE SPECIALTY CDN QUANTITY LOADED
(BAGS)
QUANTITY LOADED
(EXPECTED TONNAGE)
QUANTITY LOADED
(ACTUAL TONNAGE)
CROP YEAR REQUESTED CROP YEAR UTILIZED CATEGORY SHED ASSIGNED SEASON WEEK NUMBERSTACK NO
{{ $count++ }}. {{ strtoupper($shed_waybill->consignee->name) }} {{ $shed_waybill->wpo_evacuation->sales_advice->mk_number }} {{ strtoupper($shed_waybill->contract->number) }} {{ $shed_waybill->waybill_no }} {{ $shed_waybill->waybill_date }} {{ strtoupper($shed_waybill->evac_truck->truck->transporter) }} {{ strtoupper($shed_waybill->evac_truck->transaction_code) }} {{ strtoupper($shed_waybill->evac_truck->truck->truck_no) }} {{ strtoupper(optional($shed_waybill->wpo_evacuation->contract->shipping_instruction->cocoa_type)->type_name) }} {{ $shed_waybill->wpo_evacuation->contract->shipping_instruction->specialty_type ? strtoupper(optional($shed_waybill->wpo_evacuation->contract->shipping_instruction)->specialty_type) : 'N/A' }} {{ $shed_waybill->cdn?->cdn_number }} {{ $shed_waybill->quantity }} {{ $shed_waybill->quantity / 16 }} {{ $shed_waybill->net_weight ?? $shed_waybill->quantity / 16 }} {{ $shed_waybill->wpo_evacuation->category->season->name }} {{ $shed_waybill->category->season->name }} {{ $shed_waybill->category->name }} {{ $shed_waybill->shed->name }} {{ $shed_waybill->season->name }} {{ customWeek($shed_waybill->season->date_commenced, $shed_waybill->waybill_date) }}
Showing {{ $shed_waybills->firstItem() }} to {{ $shed_waybills->lastItem() }} of total {{ $shed_waybills->total() }} entries {!! $shed_waybills->render() !!}
@endsection @section('more-scripts') @endsection