{{ translate('limited_stock_report') }}

@foreach($data['items'] as $key => $item) @endforeach
{{ translate('Search_Criteria') }} {{ translate('zone' )}} - {{ $data['zone']??translate('all') }}
{{ translate('store' )}} - {{ $data['store']??translate('all') }}
{{ translate('Search_Bar_Content') }}- {{ $data['search'] ??translate('N/A') }}
{{ translate('sl') }} {{translate('item_image')}} {{translate('item_name')}} {{ translate('current_stock') }} {{ translate('category_name') }} {{translate('unit')}} {{translate('variation')}} {{translate('price')}} {{translate('store_name')}} {{translate('module_name')}}
{{ $key+1}} {{$item['name']}} @if ($item->module->module_type != 'food') {{ $item->stock }} @endif {{ \App\CentralLogics\Helpers::get_category_name($item->category_ids) }} {{ $item?->unit?->unit ?? translate('N/A') }} @if ($item->module->module_type == 'food') {{ \App\CentralLogics\Helpers::get_food_variations($item->food_variations) == " " ? translate('N/A'): \App\CentralLogics\Helpers::get_food_variations($item->food_variations) }} @else {{ \App\CentralLogics\Helpers::get_attributes($item->choice_options) == " " ? translate('N/A'): \App\CentralLogics\Helpers::get_attributes($item->choice_options) }} @endif {{ \App\CentralLogics\Helpers::format_currency($item->price) }} @if($item->store) {{ $item->store->name }} @else {{translate('messages.store_deleted')}} @endif {{ $item->module->module_name }}