@yield('head-extra')
@yield('header-left')
@if(!empty($shop->logo)) {{ $shop->name ?? 'Shop' }} @endif
Digital Menu {{ $shop->name ?? 'Shop' }}
@yield('header-right')
@yield('sub-header') @yield('content') @yield('scripts')