@foreach($foc_data as $row) @if(isset($row->foc_data) && count($row->foc_data) > 0)
{{$row->user_data->first_name}} {{$row->user_data->last_name}}
    @foreach($row->foc_data as $foc_service)
    • @if($foc_service->foc_type == 'foc')

      For :Foc Additional

      @elseif($foc_service->foc_type == 'foc_service')

      For :{{$foc_service->service_name}}

      @elseif($foc_service->foc_type == 'traveling_time')

      For :Traveling Time

      @elseif($foc_service->foc_type == 'tyloz_office')

      For :Tyloz Office

      @endif

      Start Time :{{date('H:i', strtotime($foc_service->start_time))}}

      End Time :{{date('H:i', strtotime($foc_service->end_time))}}

    @endforeach
@endif @endforeach