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

OPERATIONS MANAGEMENT SYSTEM


COCOA MARKETING COMPANY (GHANA) LIMITED
WAREHOUSING AND PORT OPERATIONS DEPARTMENT
ACCRA - GHANA.


REF NO: {{ App\Model\wpo_allocation_letter::find($fac->wpo_evacuation->wpo_allocation_letter_id)->ref_number }}


THE REGIONAL MANAGER
CMC (GH.) LIMITED.
{{ $fac->loadingport->name }}.

@if ($fac->allocation_letter->revise_ref_id != null) (SP/{{ substr(optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->revise_ref_id))->shipping_programme)->sp_ref, -3) }}) @elseif ($fac->allocation_letter->cancel_ref_id != null) (SP/{{ substr(optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->cancel_ref_id))->shipping_programme)->sp_ref, -3) }}) @else (SP/{{ substr(optional(optional($fac->allocation_letter)->shipping_programme)->sp_ref, -3) }}) @endif


RELEASE OF COCOA BEANS FOR SHIPMENT


You are hereby authorized to release cocoa beans for shipment per the shipping advice/instructions of Ref. No. @if ($fac->allocation_letter->revise_ref_id != null) {{ optional(App\Model\allocation_letter::find($fac->allocation_letter->revise_ref_id))->ref_number }} dated {{ Carbon\Carbon::parse(optional(App\Model\allocation_letter::find($fac->allocation_letter->revise_ref_id))->date)->format('d/m/Y') }} and here with attached.


By a copy of this letter, the agent {{ optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->revise_ref_id))->shipping_line)->shipping_line }} @elseif ($fac->allocation_letter->cancel_ref_id != null) {{ optional(App\Model\allocation_letter::find($fac->allocation_letter->cancel_ref_id))->ref_number }} dated {{ Carbon\Carbon::parse(optional(App\Model\allocation_letter::find($fac->allocation_letter->cancel_ref_id))->date)->format('d/m/Y') }} and here with attached.


By a copy of this letter, the agent {{ optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->cancel_ref_id))->shipping_line)->shipping_line }} @else {{ $fac->allocation_letter->ref_number }} dated {{ Carbon\Carbon::parse($fac->allocation_letter->date)->format('d/m/Y') }} and here with attached.


By a copy of this letter, the agent {{ optional(optional($fac->allocation_letter)->shipping_line)->shipping_line }} @endif , {{ $fac->loadingport->name }} is being informed accordingly.
Please be guided accordingly.


COMFORT AYISIBEA ABANQUAH (MRS)
WPO MANAGER


cc: Shipping Manager, Accra.

@if ($fac->allocation_letter->revise_ref_id != null) {{ optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->revise_ref_id))->shipping_line)->shipping_line }} @elseif ($fac->allocation_letter->cancel_ref_id != null) {{ optional(optional(App\Model\allocation_letter::find($fac->allocation_letter->cancel_ref_id))->shipping_line)->shipping_line }} @else {{ optional(optional($fac->allocation_letter)->shipping_line)->shipping_line }}, @endif {{ $fac->loadingport->name }}

@endsection @section('more-scripts') @endsection