In person changes for meta and names.Also has some notes

This commit is contained in:
Shaun Collins
2026-04-21 16:56:21 +01:00
parent 09c4bd02ff
commit 34ce564982
12 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<div class="container mt-5">
<h1 class="mt-4 mb-4">Pricing</h1>
<div class="row">
@foreach(config('ace.pricing') as $price)
@foreach(config('site.pricing') as $price)
@if(($price['startDate'] ?? null) === null || $price['startDate'] > now())
@include('components.price', $price)
@endif