@component('mail::message') # Hello {{ $company->name }}, The client **{{ $client->first_name }} {{ $client->last_name }}** has completed signing the contract for the training program **{{ $contract->trainingProgram->title }}**. **Details:** - Client Name: {{ $client->first_name }} {{ $client->last_name }} - Client Email: {{ $client->email }} - Training Program: {{ $contract->trainingProgram->title }} - Signed Date: {{ $contract->signed_at ?? now()->format('Y-m-d H:i') }} @component('mail::button', ['url' => asset('storage/' . $contract->esigned_file)]) Download Signed Contract @endcomponent Please keep this document for your records. Regards,
Your System @endcomponent