{{-- ── Sidebar menu ── --}} {{-- Main --}}
{{ __('dashboard.sidebar_home') }} @can('view admin dashboard') {{ __('dashboard.sidebar_admin_home') }} @endcan
{{-- العملاء والمبيعات --}} @canany(['view customers','view reservations','view sales','view sale returns'])
@can('view customers') {{ __('dashboard.sidebar_customers') }} @endcan @can('view reservations') {{ __('dashboard.sidebar_reservations') }} @endcan @can('view sales') {{ __('dashboard.sidebar_sales') }} @endcan @can('view sale returns') {{ __('dashboard.sidebar_returns') }} @endcan
@endcanany {{-- المشتريات والتوريد --}} @canany(['view suppliers','view purchases'])
@can('view suppliers') {{ __('dashboard.sidebar_suppliers') }} @endcan @can('view purchases') {{ __('dashboard.sidebar_purchases') }} @endcan
@endcanany {{-- المخزون والتصنيع --}} @canany(['view products','view raw materials','view units of measure'])
@can('view products') {{ __('dashboard.sidebar_products') }} {{ __('dashboard.sidebar_product_tracking') }} {{ __('dashboard.sidebar_scrapped_products') }} {{ __('dashboard.sidebar_embroidery_orders') }} {{ __('dashboard.sidebar_manufacturing_orders') }} @endcan @can('view raw materials') {{ __('dashboard.sidebar_raw_materials') }} @endcan @can('view units of measure') {{ __('dashboard.sidebar_units_measure') }} @endcan
@endcanany {{-- التشغيل والخدمات --}} @canany(['view laundries','view laundry operations'])
@can('view laundries') {{ __('dashboard.sidebar_laundries') }} @endcan @can('view laundry operations') {{ __('dashboard.sidebar_laundry_ops') }} @endcan
@endcanany {{-- المالية --}} @can('view finance hub')
{{ __('dashboard.sidebar_financial_hub') }}
@endcan {{-- التسويق والولاء --}} @canany(['view marketing','view email templates','view email campaigns','view settings','view catalog settings','view catalog analytics'])
@can('view marketing') {{ __('dashboard.sidebar_marketing') }} @endcan @can('view email templates') {{ __('dashboard.Email Templates') }} @endcan @can('view email campaigns') {{ __('dashboard.Email Campaigns') }} @endcan @can('view settings') {{ __('dashboard.sidebar_loyalty_points') }} @endcan @can('view catalog settings') {{ __('dashboard.sidebar_catalog_settings') }} @endcan @can('view catalog analytics') {{ __('dashboard.sidebar_catalog_analytics') }} @endcan
@endcanany {{-- التقارير --}} @can('view statistics')
{{ __('dashboard.sidebar_statistics') }}
@endcan {{-- الإدارة العامة --}} @canany(['view roles','view moderators','view settings','view backups'])
@can('view roles') {{ __('dashboard.sidebar_roles') }} @endcan @can('view moderators') {{ __('dashboard.sidebar_moderators') }} @endcan @can('view settings') {{ __('dashboard.sidebar_settings') }} {{ __('dashboard.sidebar_sales_focus') }} {{ __('dashboard.sidebar_trash') }} @endcan @can('view backups') {{ __('dashboard.sidebar_backups') }} {{ __('dashboard.sidebar_file_manager') }} @endcan
@endcanany