{{-- أزرار الاختصارات السريعة --}}
@can('Sales products')
@endcan
@can('manufacturing')
@endcan
@can('sales return')
@endcan
@can('Purchases products')
@endcan
-
{{ LaravelLocalization::getCurrentLocaleName() == 'اللغة العربية' ? 'العربية' : LaravelLocalization::getCurrentLocaleName() }}
-
@foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
- {{ $properties['native'] }} @endforeach
@if(count($products_low_quantity) > 0)
{{ count($products_low_quantity) > 10 ? '+10' : count($products_low_quantity) }}
@endif
{{__('home.notification')}}
{{ count($products_low_quantity) }}
@if(count($products_low_quantity) > 0)
@for ($x = 0; $x < min(4, count($products_low_quantity)); $x++)
@endfor
@else
{{ __('home.product_') }} : {{ $products_low_quantity[$x]->product_name }}
{{ __('home.quantity') }} : {{ $products_low_quantity[$x]->numberofpice }}
لا توجد تنبيهات
@endif
 }})
 }})