@if(app()->getLocale() === 'ar') @else @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') @include('store.themes.modern-coffee-shop.layouts.header')
@yield('content')
@include('store.themes.modern-coffee-shop.layouts.footer')

@stack('scripts')