@auth
@endauth
@yield('title', __('app.clinic_management_system'))
@if(app()->getLocale() === 'ar')
@endif @stack('styles')
@auth
{{ __('app.dashboard') }}
{{ app()->getLocale() === 'ar' ? 'العربية' : 'English' }}
English
العربية
@csrf
{{ __('app.logout') }}
@endauth
@auth
@yield('page_title', '')
@endauth
@auth
@if(session('success'))
{{ session('success') }}
×
@endif @if(session('error'))
{{ session('error') }}
×
@endif @yield('content')
@else @yield('content') @endauth
@auth @endauth
@stack('scripts')