{{-- Admin Styles --}} @if(app()->getLocale() === 'ar') @else @endif @stack('styles') {{-- Sidebar --}}
{{-- Header --}}
{{-- Dark Mode Toggle --}} {{-- Notifications Bell --}}
{{-- Notification Dropdown --}}
{{ __('Notifications') }}

{{ __('No notifications') }}

{{-- Language Toggle --}} {{ app()->getLocale() === 'ar' ? 'English' : 'العربية' }} {{-- Visit Site --}} {{ __('Visit Site') }} {{-- User Dropdown --}}
{{-- Main Content --}}
{{-- Breadcrumb --}} @if(isset($breadcrumb) || View::hasSection('breadcrumb')) @endif {{-- Page Header --}} @if(View::hasSection('page-header'))
@yield('page-header')
@endif {{-- Flash Messages --}} @if(session('success')) @endif @if(session('error')) @endif @if(session('warning')) @endif @if(session('info')) @endif {{-- Main Content Area --}} @yield('content')
{{-- Admin Logout Form --}}
@csrf
{{-- Scripts --}} @stack('scripts')