Sessions
| No. | Customer Name | Customer Email | Session Date | Session Time | Time Zone | Update Status | Action | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item["customer"]["first_name"].' '.$item["customer"]["last_name"] }} | {{ $item["customer"]["email"] }} | {{ date('d-m-Y', strtotime(@$item->trainer_timezone_date)) }} | {{ date("h:i A", strtotime($item->trainer_time ))}} | {{ @$item->timeZone->abbreviation}} | @if ($item->status == 'canceled') @else @endif | {{-- @if($item->statusF == "completed" && $item->id != $item["reviews"]["cust_to_trainer_id"]) --}} @if($item->status == "completed")Completed | @elseif($item->status == "upcoming" || $item->status == "re-scheduled")Upcoming {{-- --}} {{-- Cancel Session--}} | @elseCanceled | @endif
No Sessions Available..!! |
|||||||||