PropLance

Work Order Form

Ref : #{{@$work_order->ref}}

General

{{trans('work_order::work_order.label.service_type')}} {{@$work_order->service->name}}
{{trans('work_order::work_order.label.category')}} {{@$work_order->category}}
{{trans('work_order::work_order.label.work_priority')}} {{@$work_order->work_priority}}
{{trans('work_order::work_order.label.portfolio_id')}} {{@$work_order->portfolio->name}}
Contractor Type  
{{trans('work_order::work_order.label.contact_name')}} {{@$work_order->contact_name}}
{{trans('work_order::work_order.label.contact_no')}} {{@$work_order->contact_no}}
{{trans('work_order::work_order.label.tenant_name')}} {{@$work_order->tenant_name}}
{{trans('work_order::work_order.label.requested_by')}} {{@$work_order->requested_by}}
{{trans('work_order::work_order.label.remarks')}} {{@$work_order->remarks}}
{{trans('work_order::work_order.label.property_id')}} {{@$work_order->property->name}}
{{trans('work_order::work_order.label.unit_id')}} {{@$work_order->unit->ref}}
{{trans('work_order::work_order.label.key_access')}} {{@$work_order->key_access}}
{{trans('work_order::work_order.label.tenant_presence')}} {{@$work_order->tenant_presence}}
{{trans('work_order::work_order.label.available_time')}} {{@$work_order->available_time}}
{{trans('work_order::work_order.label.available_days')}} @if(!empty($work_order->available_days)) @foreach($work_order->available_days as $value) {{ @$value }}  @endforeach @else @endif
Amount  
{{trans('work_order::work_order.label.tenant_contact_number')}} {{@$work_order->tenant_contact_code}} - {{@$work_order->tenant_contact_number}}
{{trans('work_order::work_order.label.listing_agent')}} {{@$work_order->agent->name}}
   

Status

{{@$work_order->status}} Date :  {{format_date(@$work_order->created_at)}} Time :  {{format_time(@$work_order->created_at)}}