@php
$locale = app()->getLocale();
$dir = config("shop.locales.{$locale}.dir");
@endphp
@yield('title', __('shop.tagline')) — {{ __('shop.brand') }}
{{-- Both languages are first-class URLs, so tell search engines about each. --}}
@foreach (array_keys(config('shop.locales')) as $alt)
getPathInfo())) }}">
@endforeach
@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('head')
{{ __('nav.home') }}
@include('partials.header')
@if (session('status'))
@endif
@yield('content')
@include('partials.footer')