@php(do_action('get_header')) @php(wp_head()) @if (file_exists(get_theme_file_path('public/build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif @php(wp_body_open()) {{ __('Skip to content', 'elit-gastro') }} @include('partials.topbar') @include('sections.header')
@yield('content')
@include('sections.footer') @include('partials.search-overlay') @php(do_action('get_footer')) @php(wp_footer())