@vite(['resources/css/app.css', 'resources/js/app.js']) @php $contentShortcuts = [ ['label' => 'Home', 'slug' => 'home'], ['label' => 'About', 'slug' => 'about'], ['label' => 'Treatments', 'slug' => 'treatments'], ['label' => 'Pricing', 'slug' => 'pricing'], ['label' => 'Therapists', 'slug' => 'therapists'], ['label' => 'Service Areas', 'slug' => 'service-areas'], ['label' => 'FAQ', 'slug' => 'faq'], ['label' => 'Contact', 'slug' => 'contact'], ['label' => 'Book Now', 'slug' => 'book-now'], ]; $currentEditSlug = request()->route('page')?->slug; @endphp

@yield('eyebrow', 'Lunara CMS')

@yield('heading', 'Admin')

@hasSection('header_actions')
@yield('header_actions')
@endif
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
Please review the highlighted fields.
@endif @yield('content')