refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
23
src/resources/views/public/checkin/unavailable.blade.php
Normal file
23
src/resources/views/public/checkin/unavailable.blade.php
Normal file
@@ -0,0 +1,23 @@
|
||||
@extends('layouts.public')
|
||||
|
||||
@section('title', 'Tidak Tersedia')
|
||||
|
||||
@section('hero')
|
||||
<h4 class="mb-1">{{ $program->title }}</h4>
|
||||
<div class="opacity-75 small"><i class="bi bi-calendar3 me-1"></i>{{ $program->start_date->format('d M Y') }}</div>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="checkin-card card p-4 text-center">
|
||||
<div class="mb-3">
|
||||
<div class="rounded-circle bg-secondary bg-opacity-10 d-inline-flex align-items-center justify-content-center mb-3"
|
||||
style="width:80px; height:80px;">
|
||||
<i class="bi bi-clock-history text-secondary" style="font-size:2.5rem;"></i>
|
||||
</div>
|
||||
<h5 class="fw-semibold mb-2">{{ $message ?? 'Tidak Tersedia' }}</h5>
|
||||
<p class="text-muted small mb-0">
|
||||
Sila hubungi penganjur program untuk maklumat lanjut.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user