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

OPERATIONS MANAGEMENT SYSTEM

EVACUATE FROM STACK

@include('includes.messages')
@foreach ($trucklists as $trucklist) @endforeach
No. MK Number / Contract Number TRUCK NUMBER BAGS TRANSPORTER BUYER EDIT
{{$loop->index + 1}} {{strtoupper($wpo_evacuation->mk_number)}} / {{strtoupper($wpo_evacuation->contract->number)}} {{strtoupper($trucklist->truck_no)}} {{strtoupper($trucklist->bags)}} {{strtoupper($trucklist->transporter_name)}} {{strtoupper($trucklist->wpo_evacuation->consignee->name)}} EDIT

MK NUMBER / CONTRACT NUMBER : {{strtoupper($wpo_evacuation->sales_advice->mk_number)}} / {{strtoupper($wpo_evacuation->contract->number)}}

BUYER: {{strtoupper($wpo_evacuation->consignee->name)}}

{{csrf_field()}} {{method_field('POST')}}
@endsection @section('more-scripts') @endsection