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

OPERATIONS MANAGEMENT SYSTEM

EVACUATE FROM STACK

@include('includes.messages')
MK Number TONNAGE TO BE EVACUATED BAGS EQUIVALENT FACTORY/ BUYER CATEGORY
{{strtoupper($wpo_evacuation->mk_number)}} {{$ta = $wpo_evacuation->shed_evacs->where('shed_id',$shed_id)->first()->tonnage_assigned}} {{$wpo_evacuation->shed_evacs->where('shed_id',$shed_id)->first()->tonnage_assigned * 16}} {{strtoupper($wpo_evacuation->consignee->name)}} {{strtoupper($wpo_evacuation->category->name)}}
@foreach ($waybill_stacks as $waybill) @endforeach
No. Stack Name Bags Quantity Evacuated CMC Waybill Number Date Evacuated Type of Evacuation
{{$loop->index + 1}}. {{strtoupper($waybill->stack->stack_name)}} {{strtoupper($waybill->bags_quantity_evacuated)}} {{strtoupper($waybill->cmcwaybill_no)}} {{strtoupper($waybill->date_evacuated)}} {{strtoupper($waybill->location)}}
{{csrf_field()}} {{method_field('POST')}}









DESCRIPTION Bags Tonnes
REQUESTED {{$ta * 16}} {{$ta}}
EVACUATED {{$total_bags_evavuated}} {{$total_bags_evavuated /16}}
DIFFERENCE {{ $bate = (($ta * 16) - $total_bags_evavuated)}} {{$ta - ($total_bags_evavuated /16)}}
@endsection @section('more-scripts') @endsection