Confirmation

Contract Signed Successfully

@if($adminCopy)

Hello Admin,

A contract has been signed by {{ $contract->user?->name }}.

@else

Hi {{ $contract->user?->name }},

Thank you. Your contract has been signed and recorded successfully.

@endif

Signed Contract Details

User: {{ $contract->user?->name }}

Email: {{ $contract->user?->email }}

Package: {{ $contract->package?->name ?? 'Deleted Package' }}

Booths: {{ max(1, (int) $contract->number_of_booths) }}

Price: {{ number_format((float) $contract->price, 2) }}

Signed At: {{ $contract->signed_at?->format('M d, Y H:i A') }}

@if(!$adminCopy)

You can log in to your dashboard any time to view and download the signed PDF copy.

@endif