Hello {{ $vendor->FirstName }},

This correspondence confirms or updates an assignment of {{$phase->type?->Name ?? ''}} to you with {{ $companyInfo->Name }}.

{{$phase->type?->Name ?? ''}} - Project #{{$job->id}}

Phase Details Scheduled Start Date:{{ $phase->ScheduledDate ?? 'N/A' }}  Scheduled Completion Date:{{ $phase->CompletedDate ?? 'N/A' }}  Assigned By: {{ $phase->assigned?->name ?? 'N/A' }}  Project Supervisor:{{ optional(optional($job->supervisor)->contactInfo)->name }}  Vendor: {{ $vendor->name ?? 'N/A' }}   Business: {{ $vendor->BusinessName ?? 'N/A' }}  License Validity: {{ $vendor->LicenseNumber ?: 'N/A' }} - {{ $vendor->LicenseExpiration ? \Carbon\Carbon::parse($vendor->LicenseExpiration)->format('m/d/Y') : 'N/A' }}

Phase-Specific Instructions @if($phase->notes->count())

@else

No specific instructions.

@endif

Selections @if($job->selections->count())

@else

No selections available.

@endif

@if (isset($description))

Additional Description: {{ $description }}

@endif

In case any questions or changes to the schedule or any other phase details, contact {{ trim(($scheduler?->FirstName ?? '') . ' ' . ($scheduler?->LastName ?? '')) }} at {{$scheduler->Mobile ?? ''}}, or reply to this email.