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


@can('allocations.print', Auth::user()) @endcan

{{date("d M Y", strtotime($allocation->created_at))}}

CMC/WPO/INTRA/17-18/V.{{$allocation->vol}} @foreach ($transporters as $transporter) @if ($allocation->transporter_id == $transporter->id)

THE MANAGING DIRECTOR
{{$transporter->name}}
{{$transporter->city}}

@endif
@endforeach

INTRA-PORT COCOA EVACUATION ALLOCATION FOR {{strtoupper($allocation->month)}} SHIPMENT

We are pleased to inform you that Cocoa Marketing Company Management has allocated part of the intra-port cocoa evacuation for {{strtoupper($allocation->month)}} shipments at @foreach ($allocation_infos as $allocation_info) @foreach ($ports as $port) @if ($allocation_info->port_id == $port->id) {{$port->name.' '}}, @endif @endforeach @endforeach to your Company.  Details of your Company’s allocation are indicated below:


@foreach ($allocation_infos as $allocation_info) @endforeach
PORT OF LOADINGNAME OF VESSEL AGENTDATE (ETA) TONNAGE
@foreach ($ports as $port) @if ($port->id == $allocation_info->port_id) {{$port->name}} @endif @endforeach {{$allocation_info->vessel}} {{$allocation_info->agent}} {{date("d/m/Y", strtotime($allocation_info->eta))}} {{$allocation_info->allocated_tonnage}}
TOTAL {{$sum}}

Please note that as part of the contract, you are to evacuate any cocoa outside the container/shipping terminal for purposes of fulfilling the contract in question.

You are to contact the Area Coordinator of CMC (GH) Ltd., @foreach ($allocation_infos as $allocation_info) @foreach ($ports as $port) @if ($allocation_info->port_id == $port->id) {{$port->name.' '}}, @endif @endforeach @endforeachfor implementation.




NATHANIEL A. D. BIYIMBA
SENIOR WPO MANAGER

pc:  Ag. Managing Director

  Deputy Managing Director

 

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