@foreach($stocks as $stock)
{{ $stock["name"] }} @if($stock["is_protected"]) @endif @if(Route::currentRouteName() != 'stock-categories-archived') @endif {{ $stock["description"] }}
{{ __('str.loading') }}
@endforeach