@if(app()->getLocale() === 'ar') @endif @php($navUser = auth()->user())

@yield('heading', 'Overview')

@hasSection('subheading')

@yield('subheading')

@endif
@if(app()->getLocale() === 'ar') English @else العربية @endif {{ $navUser->company->name ?? '' }}
{{ $navUser->name }} @if($navUser->roles->isNotEmpty()) {{ $navUser->roles->pluck('name')->join(' · ') }} @endif
@csrf
@include('partials.flash') @yield('content')
@stack('scripts')