@component('mail::message') # Hello {{ $client->first_name }}, Your contract for the training program **{{ $contract->trainingProgram->title }}** has been signed and is now available. **Details:** - Training Program: {{ $contract->trainingProgram->title }} - Company: {{ $company->name }} - 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 Thank you for completing the signing process. Regards,
{{ $company->name }} @endcomponent