@php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; @endphp
{{ __('dashboard.quick_actions.title') }}
{{-- Supervisor Quick Links --}} @if($isSupervisor) @endif {{-- Quick System Access --}} @if($systems->isNotEmpty())
{{ __('dashboard.quick_actions.your_systems') }}
@foreach($systems as $system) {{ $system->getTranslation('name', $locale) }} @endforeach
@endif