INSTALLATION WORK ORDER

Ref: {{ $application->reference_number ?? 'N/A' }} | ID: {{ $application->id }} | Date: {{ now()->format('M d, Y') }}

{{ $company->name ?? 'Water Utility' }}

{{ $company->phone ?? '' }} | {{ $company->email ?? '' }}

Important: Complete all items. Verify readings and obtain customer signature before departure.

Customer Information

@if($application->client) @endif
Name: {{ $application->full_name }}
Phone: {{ $application->phone }}
Address: {{ $application->formatted_address }}
Account #: {{ $application->client->account_number }}

Installation Details

Meter #: {{ $application->meter_number ?? '___________' }}
Service Tier: {{ $application->tier->name ?? 'N/A' }}
Installer: {{ $application->installer->name ?? 'N/A' }}
Scheduled Date: {{ $application->installation_scheduled_date ? \Carbon\Carbon::parse($application->installation_scheduled_date)->format('M d, Y') : 'N/A' }}

Installation Checklist

Task Notes
Meter box inspected & positioned
Connections secured & tested
Pressure test completed
Meter reading recorded
Customer briefed on usage
Installation completed

Authorization

Installer

{{ $application->installer->name ?? '_____________' }}

Customer

{{ $application->full_name }}

Supervisor

_____________