Customer Information
  • Received Form @if($data->customer->recived_from == 1) On Call @elseif($data->customer->recived_from == 2) On App @else On Website @endif
  • Customer Name {{$data->customer->first_name}}
  • Email Address {{$data->customer->email}}
  • Phone No. +{{$data->customer->phone}}
  • @if(isset($data->property->name) && $data->property->name != '')
  • Property Name {{$data->property->name}}
  • @endif @if(isset($data->property->address) && $data->property->address != '')
  • Property Address {{$data->property->address}}
  • @endif @if(isset($data->property->brand) && $data->property->brand != '')
  • Brand {{$data->property->brand}}
  • @endif
@if(isset($data->frequency) && count($data->frequency) > 0)
Service Information
    @foreach($data->services as $key => $row)
  • {{$row->name}} ({{$row->service_code}})
  • @endforeach
@else
Service Information
    @foreach($data->leadservices as $key => $row)
  • {{$row->name}} ({{$row->service_code}})
  • @endforeach
@endif @if(isset($data->frequency) && count($data->frequency) > 0)
@foreach($data->services as $key => $row)
Scheduling
{{$row->name}} ({{$row->service_code}})
  • Frequency @if(isset($data->frequency) && count($data->frequency) > 0) {{$row->type}} @else @endif
  • @foreach($data->frequency as $frequency) @if($frequency->scheduling_id == $row->pivot->scheduling_id)
  • Date {{ date('d M Y', strtotime($frequency->date_service)) }}
  • Time {{ date('h:m', strtotime($frequency->time_service)) }}
  • @endif @endforeach
@endforeach
@else
Scheduling
@endif
  • Today
  • @foreach($followuptime as $followuptime2)
  • {{ $followuptime2->created_at->format('d M Y') }}
  • @endforeach
@csrf
@foreach($followuptime as $followuptime)
  • Follow up {{$follow_count}}
  • {{$followuptime->author->first_name}}
{{$followuptime->description}}
{{ date('G:i A ', strtotime($frequency->time_service)) }}
@endforeach
@csrf

Note : Lead will only move to service request after the payment approval.

@if(count($contract) == 0) @else @endif