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

Hollis Medication Station

{{ $page?->title ?? $fallbackTitle }}

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

{{ $fallbackCopy }}

@endif
@endsection