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

OPERATIONS MANAGEMENT SYSTEM

Allocation Letter

@foreach ($allocation_letters as $allocation_letter) @if ($allocation_letter->allocation_status == 'new') @elseif($allocation_letter->allocation_status == 'revise') @else @endif @endforeach
No. Date Season Port SD Number View Allocation Letter
{{ $loop->index + 1 }}. {{ \Carbon\Carbon::parse($allocation_letter->date)->format('jS F Y') }} {{ strtoupper(optional($allocation_letter->season)->name) }} {{ strtoupper(optional($allocation_letter->port)->name) }} {{ strtoupper($allocation_letter->ref_number) }} allocation_tonnages->count() == 0) onclick="event.preventDefault();" disabled='disabled' oncontextmenu="return false;" @endif>LETTER allocation_tonnages->count() == 0) onclick="event.preventDefault();" disabled='disabled' oncontextmenu="return false;" @endif>REVISED LETTER CANCELLED LETTER
No. Date Season Port Allocation REF View Allocation Letter
@endsection @section('more-scripts') @endsection