@extends('layouts.app') @section('robots', 'noindex, nofollow') @push('nav-overlay') @include('components.dynamic-navigation.shell', [ 'navState' => $navState ?? ['mode' => 'default', 'theme' => 'light', 'heroTheme' => 'light'], 'megaNavData' => $megaNavData ?? null, ]) @endpush @push('head') @endpush @section('content') @yield('page-content') @endsection @push('scripts') @endpush