Potential Project Assignment
This correspondence either confirms or updates a TENTATIVE project assignment for you with Premier Pools and Spas. Please contact {{$workOrder->job->scheduler->contactInfo->name}} for any additional questions at {{$workOrder->job->office->OfficePhone}}.
If you have already accepted this assignment, please review the phase notes to make sure that there have not been any changes from the previous assignment.
{{$workOrder->phase->type->Name}} - Project {{$workOrder->JobID}}
Scheduled Phase Details
Scheduled Date: {{$workOrder->phase->ScheduledDate}}
Assigned By: {{$workOrder->phase->assigned->name}}
Assigned: {{$workOrder->phase->AssignedDate}}
Project Supervisor: {{$workOrder->job->supervisor->contactInfo->name}}
Phase-Specific Instructions
@foreach($workOrder->phase->notes as $note)
{{$note->Note}}
@endforeach
Selections
| Selection |
Option 1 |
Option 2 |
Option 3 |
Option 4 |
Size |
Quantity |
@foreach($workOrder->job->selections as $selection)
| {{optional($selection->primary)->Name}} |
{{optional($selection->option1)->Name}} |
{{optional($selection->option2)->Name}} |
{{optional($selection->option3)->Name}} |
{{optional($selection->option4)->Name}} |
{{$selection->Size}} |
{{$selection->Quantity}} |
@endforeach