In person changes for meta and names.Also has some notes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user