Warning: Undefined variable $data in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 16

Warning: Attempt to read property "contract" on null in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 16

Warning: Attempt to read property "type" on null in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 16
Order Id: {{ $data->id }}
Order Date: {{ $data->created_at->format('d/m/Y') }}
@if(isset($data->orderLeads[0]) && $data->orderLeads[0] != '') Services Date: {{ date('d/m/Y', strtotime($data->orderLeads[0]->date_service)) }}
@endif @if(isset($data->status) && $data->status == '2') Cancel Date: {{ date('d/m/Y', strtotime($data->cancel_date)) }} @endif
@if($contract_type != '3') @if($data->status != '4' && $data->status != '3' && $data->status != '2') @endif @endif @if($data->status == 1 && $data->admin_approve != 1) @else @endif

Customer Information

  • {{$data->customer->first_name}} {{$data->customer->last_name}}
  • @if($data->order_to_leads[0]->leads_services->client_type == '2')
  • Trade License : {{$data->customer->first_name}}
  • Brand : {{$data->customer->last_name}}
  • @endif
  • Email: {{$data->customer->email}}
  • @if(isset($data->customer->phone) && $data->customer->phone != '')
  • Phone No: {{$data->customer->phone}}
  • @endif @if($data->customer->property_location)
  • Location: Get directions
  • @endif @if(isset($data->customer->property_type_name) && $data->customer->property_type_name != '')
  • Property Type: {{$data->customer->property_type_name}}
  • @endif @if(isset($data->leadsinfo->property_address) && $data->leadsinfo->property_address != '')
  • Property Address:{{$data->leadsinfo->property_address}}
  • @endif @if(isset($data->order_rating->rating))
  • Rating:
    @php for($rat=1;$rat<=$data->order_rating->rating; $rat++){ @endphp @php } @endphp
  • @endif

Lead's Information

  • Division: {{$data->leadsinfo->leads_division}}
  • @if(isset($data->leadsinfo->description) && $data->leadsinfo->description != '')
  • Description: {{$data->leadsinfo->description}}
  • @endif
@foreach($data->order_to_leads as $key => $service)
Warning: Undefined variable $service in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 357

Warning: Attempt to read property "leads_services" on null in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 357

Warning: Attempt to read property "service_contract_type" on null in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 357

Service Information

  • Lead Id: {{$data->leadsinfo->id}}
  • Service Cluster: {{$service->leads_services->cluster_name}}
  • Contract Type: {{$service_contract_type}}
  • Client Type: {{$service->leads_services->service_client_type}}
  • Service Category: {{$service->leads_services->cat_category}}
  • Service Type: {{$service->leads_services->name}}
  • @if($service->scheduling->type != 'Commercial')
  • Service Duration: {{$data->frequency[0]->duration_hrs}} hrs
  • @else
  • Service Duration: {{$data->frequency[0]->duration_hrs}} hrs

  • Fatal error: Uncaught Error: Class "App\Http\Controllers\AdminControllers\AssignCommercialOrdersController" not found in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php:386 Stack trace: #0 {main} thrown in /home/tylozv2digitalse/public_html/commercial/resources/views/admin/dashboard/order/listing.blade.php on line 386