@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
@endsection