Thank you for signing the proposal, {{ $signature->signatory_name }}.
Your electronic signature has been recorded and the agreement is now in effect.
| Proposal | {{ $proposal->title }} |
| Amount | {{ $proposal->currency instanceof \App\Enums\Currency ? $proposal->currency->symbol() : '' }}{{ number_format((float) $proposal->amount, 2) }} {{ $proposal->currency instanceof \App\Enums\Currency ? $proposal->currency->value : $proposal->currency }} |
| Signed by | {{ $signature->signatory_name }} <{{ $signature->signatory_email }}> |
| Signed at | {{ $signature->signed_at->format('d M Y, H:i') }} UTC |
| {{ $milestone->title }} | {{ $proposal->currency instanceof \App\Enums\Currency ? $proposal->currency->symbol() : '' }}{{ number_format((float) $milestone->amount, 2) }} |
What happens next: Our team will contact you within 24 hours to begin the project.
@php $company = \App\Models\Company::select(['name','email','phone'])->first(); @endphp @if ($company){{ $company->name }} @if ($company->email) · {{ $company->email }}@endif @if ($company->phone) · {{ $company->phone }}@endif
@endif