@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Wpo Evacuation Wpo Evacuation @include('includes.messages') {{csrf_field()}} Select MK Number: Select MK Number: @foreach ($mks as $mk) {{$mk->mk_number}} (total tonnage: {{$mk->mk_tonnage}}) @endforeach Select Category: Select Category @foreach ($categorys as $category) {{$category->name}} @endforeach Select Buyer: Select Buyer @foreach ($consignees as $consignee) {{$consignee->name}} @endforeach Evacuation Letter Date Tonnage to be Evacuated Shipping Period Select TOC : Select TOC @foreach ($ports as $port) {{$port->name}} @endforeach Contract Number @endsection @section('more-scripts') @endsection