@extends('layouts.public') @section('title', 'Semak Kehadiran — ' . $program->title) @section('hero')

{{ $program->title }}

{{ $program->start_date->format('d M Y') }}  ·  {{ $program->location }}
@endsection @section('content') @if($program->isDownloadOpen())
Sijil boleh dimuat turun! Masukkan No. Kad Pengenalan untuk semak status sijil anda.
@endif
Semak Kehadiran & Sijil
@csrf
12 digit tanpa sempang
@error('no_kp')
{{ $message }}
@enderror
@endsection