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

{{ $program->title }}

{{ $program->start_date->format('d M Y') }}
@endsection @section('content')
Sudah Check-In

Kehadiran anda sudah direkodkan sebelum ini.

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