{{-- Brand for mobile (when sidebar is hidden) --}}

{{ \App\Models\Setting::get('company_name', 'مطبعة برو') }}

{{-- Quick Add (desktop only — mobile uses bottom nav) --}}
طلب جديد نقطة البيع
{{-- Pricing Calculator (md+) --}}
{{-- Notifications --}}

الإشعارات

لا توجد إشعارات جديدة
{{-- User --}}
@php $initial = mb_substr(auth()->user()->name, 0, 1); @endphp {{ $initial }}
{{ auth()->user()->name }}
@foreach(auth()->user()->getRoleNames() as $role) {{ $role }} @endforeach
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@foreach(auth()->user()->getRoleNames() as $role) {{ $role }} @endforeach
الملف الشخصي الإعدادات
@csrf