@extends('layouts.app') @section('title', 'Trainer Dashboard') @section('content') @include('partials.flash') {{-- Hero + create --}}
Schedule training, mark attendance and share your notes with attendees.
{{ $tile['value'] }}
{{ $tile['label'] }}
No upcoming sessions
Create your first training session to get started.
add Create Session| Session | Date & Time | Format | Booked | Action |
|---|---|---|---|---|
| {{ $session->title }} | {{ $session->session_date->format('j M Y') }} ยท {{ \Carbon\Carbon::parse($session->start_time)->format('H:i') }} | {{ $session->format === 'in_person' ? 'In-Person' : 'Online' }} | {{ $session->booked_count }}{{ $session->capacity ? ' / ' . $session->capacity : '' }} | Manage |