@component('mail::message')
# Hello {{ $candidate->last_name. " ". $candidate->first_name }}
Your Application for Teachers recruitment has been received, and you have been shortlisted for the CBT Exam.
Please find your examination details below:
# Examination Token: {{ $token }}
# Examination Name: {{ $cbtTest->title }}
# Examination Date: {{ \App\Harsoft\Utility::getUserFriendlyDateTime($cbtTest->start_date )}}
# Duration: {{ $cbtTest->test_hours }}hr(s) {{ $cbtTest->test_minutes }}min(s)
# Examination Center Name: {{ $cbtCenter->name}}
# Examination Center Address: {{ $cbtCenter->address}}
# Examination Center Phone Number: {{ $cbtCenter->phone_number}}
Call your Examination Center above for further direction if need be.
Congratulations,
{{ config('app.mail_manager_name') }}
{{ config('app.mail_manager_title') }}
@endcomponent