@php $directory = app()->getLocale() == 'ar' ? 'rtl' : 'ltr'; @endphp {{ $generaleSetting?->title ?? config('app.name', 'Laravel') }} @stack('css')
@if ($seederRun) @endif @if ($storageLink) @endif
@php $action = request()->is('admin/*', 'admin') ? route('admin.logout') : route('shop.logout'); @endphp
@csrf
@if (request()->is('admin/*', 'admin')) @hasPermission('admin.dashboard.notification') @endhasPermission @else @hasPermission('shop.dashboard.notification') @endhasPermission @endif @stack('scripts') @if (session('success')) @endif @if (session('error')) @endif @if (session('demoMode')) @endif @if (session('alertError')) @endif