@php
use App\Models\Faq;
@endphp
@extends('layouts.main')
@section('content')
Pricing
@foreach(config('site.pricing') as $price)
@if(($price['startDate'] ?? null) === null || $price['startDate'] > now())
@include('components.price', $price)
@endif
@endforeach
For Couples/Family/Student/Blue light membership or any other questions
@endsection