@extends('layouts.main') @section('content')
Manage and monitor today's scheduled consultations
| User | Consultant | Appointment Time | Status |
|---|---|---|---|
|
{{ strtoupper(substr($value->user->first_name ?? 'U', 0, 1)) }}
{{ $value->user->first_name ?? 'N/A' }} {{ $value->user->last_name ?? 'N/A' }}{{ $value->user->email ?? 'No Email' }} |
{{ $value->counsellor->first_name ?? 'N/A' }} {{ $value->counsellor->last_name ?? 'N/A' }}Consultant |
{{ \Carbon\Carbon::parse($value->start_time)->format('h:i A') }}
|
|
No Appointments TodayThere are currently no scheduled appointments for today. |
|||
Excellent consultation and friendly behavior.
Very helpful staff and smooth experience.