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

OPERATIONS MANAGEMENT SYSTEM

Waybill no: {{$shed_waybill->waybill_no}} for {{strtoupper($shed_waybill->shed_evac->wpo_evacuation->consignee->name)}}

@include('includes.messages')
{{csrf_field()}} {{method_field('PUT')}}


@php //$bags_assigned = $shed_waybill->shed_evac->tonnage_assigned*16; $bags_assigned = $shed_waybill->quantity; $bags_fullfilled = $shed_waybill->shed_evac->waybill_stacks->sum('bags_quantity_evacuated'); $bags_remaining = $bags_assigned - $bags_fullfilled; @endphp
@endsection @section('more-scripts') @endsection