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

OPERATIONS MANAGEMENT SYSTEM

MK DELIVERIES ({{ App\Model\consignee::find($_SESSION['consignee'])->name }})

@foreach ($shed_waybills as $shed_waybill) @endforeach
No. Waybill No MK Number Contract Number Transaction Code CMC First Weight CMC Second Weight CMC Net Weight CMC Delivery Date CMC No. of Bags Factory First Weight Factory Second Weight Factory Net Weight FACTORY Confirmation Date Factory No. of Bags
{{ $loop->index + 1 }}. {{ $shed_waybill->waybill_no }} {{ $shed_waybill->sales_advice->mk_number }} {{ $shed_waybill->contract->number }} {{ $shed_waybill->evac_truck->transaction_code }} {{ $shed_waybill->evac_truck->first_weight }} {{ $shed_waybill->evac_truck->second_weight }} {{ $shed_waybill->net_weight * 1000 + $shed_waybill->quantity }} {{ $shed_waybill->evac_truck->second_weight_date ? Carbon\Carbon::parse($shed_waybill->evac_truck->second_weight_date)->format('Y-m-d h:ia') : null }} {{ $shed_waybill->quantity }} {{ $shed_waybill->evac_truck->factory_first_weight }} {{ $shed_waybill->evac_truck->factory_second_weight }} {{ $shed_waybill->evac_truck->factory_net_weight }} {{ $shed_waybill->evac_truck->factory_user_time ? Carbon\Carbon::parse($shed_waybill->evac_truck->factory_user_time)->format('Y-m-d h:ia') : null }} {{ $shed_waybill->evac_truck->factory_bags }}
No. Waybill No MK Number Contract Number Transaction Code CMC First Weight CMC Second Weight CMC Net Weight CMC Delivery Date CMC No. of Bags Factory First Weight Factory Second Weight Factory Net Weight FACTORY Confirmation Date Factory No. of Bags
@endsection @section('more-scripts') @endsection