Contract Requests
@forelse($client->contractRequests ?? [] as $request) @empty @endforelse
ID Status Date Sent Link
#{{ $request->id }} {{ ucfirst($request->status) }} {{ $request->created_at->format('M d, Y H:i') }} @if($request->link) View @else N/A @endif
No Contract Requests Found

Get started by creating a new contract request for this client.

@script @endscript