@extends('layouts.app') @section('title', 'My Trainings') @section('content') @include('partials.flash')
Sessions you're leading — upcoming and past.
add Create Session| Session | Date & Time | Format | Booked | Actions |
|---|---|---|---|---|
| {{ $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 : '' }} |
| Session | Date | Attendance | Notes | Action |
|---|---|---|---|---|
| {{ $session->title }} | {{ $session->session_date->format('j M Y') }} | {{ $session->attended_count }} / {{ $session->booked_count }} attended | @if($session->notes) check_circle Added @else — @endif | Open |