@extends('layouts.public') @section('title', 'Check-In Berjaya') @section('hero')

{{ $program->title }}

{{ $program->location }}
@endsection @section('content')
Check-In Berjaya!

Kehadiran anda telah direkodkan.

Nama
{{ $participant->name }}
Agensi
{{ $participant->agency ?: '—' }}
Sesi
{{ Str::ucfirst($attendance->attendance_session) }}
Masa Check-In
{{ $attendance->checked_in_at->format('d M Y, H:i') }}
@endsection