@extends('layouts.app') @section('title', 'Mark Attendance') @section('content')

Mark Attendance — {{ $schedule->training?->topic?->topic_name }}

Back
@include('training.partials.alerts')
Session Info

Training: {{ $schedule->training?->training_code }}

Employee: {{ $schedule->training?->employee?->name }}

Date: {{ $schedule->scheduled_date?->format('l, M d, Y') }}

Time: {{ $schedule->time_range }}

Location: {{ $schedule->location ?? '—' }} ({{ $schedule->venue_type }})

Trainer: {{ $schedule->trainer?->name ?? '—' }}

Record Attendance
@csrf

If the employee is present, type their name below as an electronic signature.
@endsection