@php $next = $this->getNextSession(); @endphp @if($next)

{{ \App\Models\ScheduleSlot::getRelativeDayText($next['days_until']) }}

{{ $next['instance']->schedulable?->title ?? $next['instance']->toHumanStringShort() }}

{{ $next['date']->translatedFormat('l, d M Y') }} • {{ $this->formatTime($next['session']->start_time) }} – {{ $this->formatTime($next['session']->end_time) }}

@if($next['session']?->location)

{{ $next['session']->location }}

@endif
@lang('app.Mark Attendance')
@else

@lang('app.No upcoming teaching sessions found.')

@endif