{{ $session->student?->name ?? '—' }}
{{ $session->status }}{{ $session->session_type }} • {{ $session->starts_at?->translatedFormat('Y/m/d h:i A') ?? '—' }}{{ $session->location ? ' • ' . $session->location : '' }}
@if($session->outcome_summary){{ $session->outcome_summary }}
@endif