@extends('admin.layout.app') @section('main-content') OPERATIONS MANAGEMENT SYSTEM Allocation Letter Head @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Letter Date: Status Status allocation_status == 'new') selected @endif>NEW ALLOCATION allocation_status == 'revise') selected @endif>REVISION allocation_status == 'cancel') selected @endif>CANCELLATION Shipping Programme Shipping Programme @foreach ($shipping_programmes as $shipping_programme) shipping_programme_id == $shipping_programme->id) selected @endif> {{ $shipping_programme->sp_ref }} @endforeach Allocation Letter Allocation Letter @foreach ($allocation_letters as $allocation_letter) old_ref_id == $allocation_letter->id) selected @endif> {{ $allocation_letter->ref_number }} @endforeach Destination Select Destinations @foreach ($destinationports as $destinationport) destinationports as $des_allocation) @if ($des_allocation->id == $destinationport->id) selected @endif @endforeach value="{{ $destinationport->id }}"> {{ $destinationport->name }} ({{ $destinationport->country->name }}) @endforeach Port Port @foreach ($ports as $port) port_id == $port->id) selected @endif>{{ $port->name }} @endforeach Shipping Mode Shipping Mode @foreach ($shippingmodes as $shippingmode) shippingmode_id == $shippingmode->id) selected @endif> {{ $shippingmode->name }} @endforeach Shipping line Shipping line @foreach ($shipping_lines as $shipping_line) shipping_line_id == $shipping_line->id) selected @endif> {{ $shipping_line->shipping_line }} @endforeach Vessel Vessel @foreach ($vessels as $vessel) vessel_id == $vessel->id) selected @endif>{{ $vessel->name }} @endforeach ETA (Date From): ETA (Date To): Remarks: {{ $cur_allocation_letter->remarks }} @endsection @section('more-scripts') @endsection