@php /** Public storefront layout — the original, expressed in Blade. */ @endphp @include('partials.head', ['title' => $title ?? '', 'pageMeta' => $pageMeta ?? null, 'pageStyles' => $pageStyles ?? [], 'pageHead' => $pageHead ?? '']) @include('partials.header') @include('partials.side-panel') @include('partials.cuisines-panel')
{!! partial('impersonation-bar') !!}@include('partials.flash')
@yield('content')
@include('partials.footer') @include('partials.cookie-consent') @php /* Renders nothing unless Google sign-in is on AND set to the One Tap presentation, and nothing at all for a visitor who is already signed in. */ @endphp {!! partial('google-one-tap') !!} @include('partials.scripts', ['pageScripts' => $pageScripts ?? []])