Added rest of files

This commit is contained in:
Shaun Collins
2026-03-04 16:35:15 +00:00
committed by shaun collins
parent 646041230b
commit 09c4bd02ff
160 changed files with 19001 additions and 0 deletions
@@ -0,0 +1,18 @@
<div class="col-md-4 mt-4">
<div class="card m-3 h-100">
<div class="display-6 card-header bg-dark text-white text-center">
{{ $type }}
</div>
<div class="card-body text-center text-align-center">
{{ $description ?? '' }}
</div>
@if($startDate ?? null)
<div class="bg-primary card-footer text-white text-center text-align-center">
Course start: {{ $startDate->format('d M Y') }}
</div>
@endif
<div class="card-footer text-center display-6">
£{{ $price }}
</div>
</div>
</div>