@extends('layouts.public') @section('content')

Patient information

{{ $page?->title ?? 'Plan your visit' }}

@if($page?->sections?->isNotEmpty()) @include('content.page-sections', ['page' => $page]) @elseif($page?->content)
{{ $page->content }}
@else

Eligibility, identification requirements, visiting-patient information, payment methods, store policies and first-visit guidance will be published only after the business verifies the current requirements.

@endif @if($faqs->isNotEmpty())

Frequently asked questions

@foreach($faqs as $faq)
{{ $faq->question }}
{{ $faq->answer }}
@endforeach
@endif
This website provides general store information only and does not provide personalized medical advice.
@endsection