@if(count($upcomingquotations)>0)
@foreach($upcomingquotations as $row)
@if(count($row->getServiceProviders)>0)
@endif
@endforeach
@else
@endif
@if(isset($row->service_name)){{$row->service_name}}@endif
@if(isset($row->city_name)){{$row->city_name}}@endif
Quotation ID: {{$row->id}}
{{date('d-m-Y',strtotime($row->created_at))}}
No upcoming quotations found..
@if(count($completedquotations)>0)
@foreach($completedquotations as $row)
@if(count($row->getServiceProviders)>0)
@endif
@endforeach
@else
@endif
@if(isset($row->service_name)){{$row->service_name}}@endif
@if(isset($row->city_name)){{$row->city_name}}@endif
Quotation ID: {{$row->id}}
{{date('d-m-Y',strtotime($row->created_at))}}
No completed quotations found..