@can('Sales products')
@endcan
@can('sales return')
@endcan
@can('Purchases products')
@endcan
@can('Add a new customer')
@endcan
-
{{ LaravelLocalization::getCurrentLocaleName() == 'اللغة العربية' ? 'العربية' : LaravelLocalization::getCurrentLocaleName() }}
-
@foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
- {{ $properties['native'] }} @endforeach
{{ count($products_low_quantity) > 10 ? '+10' : count($products_low_quantity) }}
{{-- --}}
{{__('home.notification')}}
{{ count($products_low_quantity) }}
@if( count($products_low_quantity)>4)
@for ($x=0;$x<=3;$x++)
@if ($i <= 4)
@else
@endif
@endfor
@endif
{{ __('home.product_') }} : {{ $products_low_quantity[$x]->product_name }}
{{ __('home.quantity') }} : {{ $products_low_quantity[$x]->numberofpice }}
{{--