{{-- Success card --}}

Proposal Signed & Approved!

Thank you, {{ $signature->signatory_name ?? $proposal->client->name }}.
Your digital signature has been recorded and the proposal is now approved.

{{-- Signature summary card --}}

Signature Record

Signed by {{ $signature->signatory_name ?? '—' }}
Email {{ $signature->signatory_email ?? '—' }}
Date & Time {{ ($signature->signed_at ?? now())->format('d M Y, H:i') }} UTC
Proposal {{ $proposal->title }}
{{-- H-4: verification_token is a server-side audit artefact — not exposed to the client --}}

A confirmation will be sent to {{ $signature->signatory_email ?? '' }}.
A member of our team will be in touch shortly.

{{ $company->name ?? 'Echt Solutions' }}

@if ($company && $company->email) {{ $company->email }} @endif @if ($company && $company->phone) {{ $company->phone }} @endif