@extends('layouts.dashboard') @section('page_title', 'Expert Consultations') @section('dashboard_content')

Scheduled Sessions

Managed by your case officer
@forelse($consultations ?? [] as $consult)
{{ $consult->slot->date->format('M') }} {{ $consult->slot->date->format('d') }}
Compliance Strategy Session
{{ $consult->slot->start_time->format('H:i') }} - {{ $consult->slot->end_time->format('H:i') }} (GMT+5)
Active Link
@empty
No scheduled consultations yet.
@endforelse

Book Next Briefing

Need a progress update or specific tax advice? Book a high-priority session with our senior consultants.

Check Availability
@endsection