{{-- Title --}} @yield('title') | {{ config('app.name') }} {{-- Favicon --}} {{-- CSS --}} {{-- Configurator --}}
{{-- Toasts --}} {{-- @include('includes._toasts') --}} {{-- Auth --}} {{-- @include('pages.auth.login_modal') --}} {{-- @include('pages.auth.register_modal') --}} {{-- Popup Modal --}} {{-- @include('pages.shop.includes.popup_centered') --}} {{-- @include('pages.shop.includes.popup_newsletter') --}} {{-- Header --}} {{-- @include('includes._header') --}} {{-- Search --}} {{-- --}}
{{ App::getLocale() }}
@foreach ( collect(config('app.locales'))->diff([App::getLocale(), 'api']) as $lang ) {{ $lang }} @endforeach
{{-- Content --}} @yield('content') {{-- Footer --}} @include('includes._footer') @include('includes._scripts')