@if(\App::currentLocale() == 'iq' || \App::currentLocale() == 'ku')
@else
@endif
@yield('css')
@php
$isStaging = config('app.env') === 'staging' || env('APP_ENV') === 'staging';
@endphp
@if($isStaging)
warning
⚠️ STAGING ENVIRONMENT - TEST DATA ONLY ⚠️
warning
@endif
@include('layout.menu')
system_update
New Version Available
Current: → Latest:
@yield('content')
@yield('js')
@include('common.message')