@vite(['resources/css/app.css', 'resources/js/app.js'])
Secure Contract Review
Contact Number
{{ $contract->user?->contact_number ?: '-' }}
Company
{{ $contract->user?->company_name ?: '-' }}
Start Date
{{ $contract->start_date?->format('M d, Y') }}
End Date
{{ $contract->end_date?->format('M d, Y') }}
Choose typed or drawn signature, then submit.
Signed at {{ $contract->signed_at?->format('M d, Y H:i A') }}.
@if($contract->signatureType() === 'typed'){{ $contract->typedSignature() }}
@elseif($contract->signature_data)Expired contracts can no longer be signed.