@extends('layouts::guest') @section('title', 'Mark Your Attendance — Umera Business School') @section('content') @php $sessionsByCourse = \App\Models\TimetableSession::orderBy('session_date')->orderBy('start_time')->get()->groupBy('course_id'); @endphp Live Session Attendance Mark Your Attendance Select your course and session to mark your attendance. Attendance is monitored and automatically evaluated for certificate eligibility. @if(session('success')) Success {{ session('success') }} @endif @if(session('error')) Failure {{ session('error') }} @endif @if($errors->any()) Please correct the following errors: @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Registered Email Address Use the email address you registered with to receive your certificate. Course Select your course @foreach($courses as $c) id ? 'selected' : '' }}> {{ $c->name }} ({{ $c->program->name }}) @endforeach Timetable Session / Date Select a session Mark My Attendance @endsection
Select your course and session to mark your attendance. Attendance is monitored and automatically evaluated for certificate eligibility.
Success
{{ session('success') }}
Failure
{{ session('error') }}
Please correct the following errors:
Use the email address you registered with to receive your certificate.