@if(app()->getLocale() === 'ar')
@endif
Skip to content
@php($navUser = auth()->user())
@yield('heading', 'Overview')
@hasSection('subheading')
@yield('subheading')
@endif
@if(app()->getLocale() === 'ar')
English
@else
العربية
@endif
{{ $navUser->company->name ?? '' }}
{{ strtoupper(\Illuminate\Support\Str::substr($navUser->name, 0, 1)) }}
{{ $navUser->name }}
@if($navUser->roles->isNotEmpty())
{{ $navUser->roles->pluck('name')->join(' · ') }}
@endif
@csrf
{{ __('clinic.logout') }}
@include('partials.flash') @yield('content')
@stack('scripts')