Dear {{ $trainer->name }},
We are pleased to invite you to conduct a training session on {{ $topic }} for our team at {{ $company->name }}.
Date: {{ isset($training->end_date) ? \App\Helpers\AppHelper::formatDateForView($training->start_date). ' - '.\App\Helpers\AppHelper::formatDateForView($training->end_date) : \App\Helpers\AppHelper::formatDateForView($training->start_date) }}
Time: {{ \App\Helpers\AppHelper::convertLeaveTimeFormat($training->start_time) . ' - ' . \App\Helpers\AppHelper::convertLeaveTimeFormat($training->end_time) }}
Venue: {{ $training->venue ?? $company->address }}
Your expertise in {{ $trainer->expertise }} would be invaluable in equipping our participants with the necessary skills and knowledge.
Please let us know your availability and if you require any specific arrangements. We would be honored to have you as our trainer and look forward to your positive response.
Best regards,
{{ $company->name }}
{{ $company->email }} | {{ $company->phone }}