@php use App\Models\Faq; @endphp @extends('layouts.main') @section('content')

Pricing

@foreach(config('ace.pricing') as $price) @if(($price['startDate'] ?? null) === null || $price['startDate'] > now()) @include('components.price', $price) @endif @endforeach
Still have questions?
For Couples/Family/Student/Blue light membership or any other questions
@endsection