@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)}} |
No. |
Stack Name |
Bags Quantity Evacuated |
CMC Waybill Number |
Date Evacuated |
Type of Evacuation |
@foreach ($waybill_stacks as $waybill)
{{$loop->index + 1}}. |
{{strtoupper($waybill->stack->stack_name)}} |
{{strtoupper($waybill->bags_quantity_evacuated)}} |
{{strtoupper($waybill->cmcwaybill_no)}} |
{{strtoupper($waybill->date_evacuated)}} |
{{strtoupper($waybill->location)}} |
@endforeach
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