{{-- Dynamically set lang and dir based on the current locale --}}
دائرة الموارد البشرية - حكومة الفجيرة
{{-- Load the correct Bootstrap CSS file based on the direction --}}
@if (app()->getLocale() == 'ar')
@else
@endif
{{-- Header --}}
@include('./partials/navbar')
{{-- Main Content --}}
@yield('content')
@include('./partials/footer')
@stack('scripts')