@if($current_product_state) @endif @if(!empty($all_states) && count($all_states) > 0)
@foreach($all_states as $state)
{{ Str::upper($state->alias ?? '') }}
({{$state->itemByLang->name ?? ''}})

{{$state->itemByLang->short_descr ?? ''}}

@endforeach
@endif