| Customer Name | Project Type | Location | Contract Date | Salesperson |
|---|---|---|---|---|
| Project No. {{$project->id}} | ||||
| {{$project->fullName}} | {{$project->type->Name}} | {{$project->fullCustomerAddress()}} | {{\Carbon\Carbon::parse($project->contract->ContractDate)->format('m/d/Y')}} | {{optional(optional($project->salesperson)->contactInfo)->name}} |
| Number of Projects: {{count($projects)}} | ||||
| Total Contract $: {{AppHelper::formatPrice($total)}} | ||||