@include('applications.letters.head') @include('applications.letters.header')
@if ($programme['specialization'])

We thank you for your application to our unique specialist degree course, the {{ $programme['code'] }} and are pleased to grant you admission for Intake {{ $intake['name'] }} Evening that will commence at ESAMI {{ $campus['name'] }}, on {{ date("d F Y",strtotime($starts)) }}. Congratulations!

The course tuition fees are {{ $fee['code'] }} {{ number_format($fee['fee'],2) }} @if(strpos($programme['specialization'],'TELM')) covering tuition and requirements of a 2-week educational trip, incorporated into this course syllabus. These include a round-trip ticket, full-board accommodation and ground transport @endif.

We request that you pay minimum of {{ $fee['code'] }} {{ number_format($fee['fee']/(4 * $programme['duration']),2) }} being part-payment of the tuition fees before registration to firm-up your enrollment to the course.

We look forward to your confirmation to attend the programme for us to send you other pertinent details concerning the {{ $programme['code'] }} course.

@else

Please refer to your recent application for the above programme offered by ESAMI.

I am pleased to inform you that you have been granted admission to the programme for Intake {{ $intake['name'] }} Evening. Congratulations!

The programme costs are {{ $fee['code'] }} {{ number_format($fee['fee'], 2) }} for the entire programme, payable at {{ $fee['code'] }} {{ number_format($fee['fee']/$programme['duration'],2) }} per year covering tuition fee only. The minimum payment required for registration is {{ $fee['code'] }} {{ number_format($fee['fee'] / (4 * $programme['duration']),2) }}.

Kindly inform us in writing your acceptance of our offer in order for us to send you other relevant documents concerning the {{ $programme['code'] }} course. Intake {{ $intake['name'] }} Evening at {{ $campus['name'] }} venue is scheduled to start on {{ date("d F Y",strtotime($starts)) }}.

Looking forward to receiving your acknowledgement.

@endif
@include('applications.letters.footer')