@extends('layouts.trainer') @section('page-title') Customer Details @endsection @section('content')

Customer Details

@forelse ($details as $item) @php $fit_type = json_decode($item->fitness_type); $inj = json_decode($item->injuries); $med = json_decode($item->med_conditions); $on_med = json_decode($item->on_medication); @endphp @empty

No Customer Details Available..!!

@endforelse
No. Customer Name Customer Email Time Zone Time Training Type Action
{{ $loop->iteration }} {{ $item["customers"]->first_name.' '.$item["customers"]->last_name}} {{ $item["customers"]->email }} {{ $item->time_band }} {{ $item->detail_time }} {{ $item->training_type }}
@endsection @section('js') @endsection