|
Hello {{ $name }},
Congratulations! We are pleased to inform you that your application for {{ $program }} has been accepted.
@if(!empty($appId) || !empty($invoiceReference))
@if(!empty($appId))
|
Application ID
{{ $appId }}
|
@endif
@if(!empty($invoiceReference))
|
Invoice Reference
{{ $invoiceReference }}
|
@endif
@endif
@if($acceptanceFee && $acceptanceFee > 0)
To confirm your admission, please pay the acceptance fee of ₦{{ number_format($acceptanceFee, 2) }} using the button below.
Acceptance Fee
₦{{ number_format($acceptanceFee, 2) }}
@if($paymentUrl)
@endif
Once payment is confirmed, you will receive a link to take your CBT examination.
@else
You will receive a follow-up email with details about your CBT examination shortly.
@endif
|