Internal Management System
{{ $agreement->agreement_number }}
Date: {{ $agreement->created_at->format('M d, Y') }}
@php $statusColors = [ 'draft' => 'bg-gray-100 text-gray-800', 'sent' => 'bg-blue-100 text-blue-800', 'signed' => 'bg-green-100 text-green-800', 'cancelled' => 'bg-red-100 text-red-800', ]; @endphp {{ ucfirst($agreement->status) }}WebSparkIT
IT Solutions & Services
{{ $agreement->client_name }}
@if($agreement->company_name){{ $agreement->company_name }}
@endif @if($agreement->client){{ $agreement->client->email }}
@endif{{ $agreement->project->name }}
Rs{{ number_format($agreement->total_amount, 2) }}
For
Authorized Signature
For {{ $agreement->client_name }}
Client Signature
@if($agreement->signed_at)Signed on {{ $agreement->signed_at->format('M d, Y') }}
@endif