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

OPERATIONS MANAGEMENT SYSTEM

@if ($allocation_letter->complete_status == 'yes') @else @endif

COCOA MARKETING COMPANY (GHANA) LIMITED


TELEPHONES: 668352/668464/668281

CABLE: COCOAMAK

FAX: 233 21667057, 22665076

Our Ref: {{ $allocation_letter->ref_number }}


THE WPO MANAGER CMC (GH) LTD

ACCRA                                                                                    (SP/{{ substr($old_allocation_letter->shipping_programme->sp_ref, -3) }})

P.O.BOX 1017

ACCRA, GHANA


DATE: {{ \Carbon\Carbon::parse($allocation_letter->date)->format('jS F, Y') }}


Dear Sir,

RE: MV “{{ $old_allocation_letter->vessel->name }}” ETA: @if ($old_allocation_letter->eta_dfrom == $old_allocation_letter->eta_dto) {{ Carbon\Carbon::parse($old_allocation_letter->eta_dfrom)->format('d/m') }} @else {{ Carbon\Carbon::parse($old_allocation_letter->eta_dfrom)->format('d') }} - {{ Carbon\Carbon::parse($old_allocation_letter->eta_dto)->format('d/m') }} @endif
{{ $full_season_name }}

Further to the reference {{ $old_allocation_letter->ref_number }} Dated {{ Carbon\Carbon::parse($old_allocation_letter->date)->format('d-m-y') }}, we wish to advise that the booking on the above vessel has been cancelled.



Kindly amend your records accordingly
This allocation is for {{ $old_allocation_letter->shipping_line->shipping_line }}

Yours faithfully

COCOA MARKETING COMPANY (GH) LIMITED


{{ $manager->name }}
({{ $manager->rank }})

FOR MANAGING DIRECTOR

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