{{-- --}}

{!! __('Showing') !!} {{ $itemsAttributes->firstItem() }} {!! __('to') !!} {{ $itemsAttributes->lastItem() }} {!! __('of') !!} {{ $itemsAttributes->total() }} {!! __('results') !!}

@foreach ($itemsAttributes as $item) @if(file_exists(public_path('storage/' .$item->img_01 )) && $item->img_01 != null) @else @endif @if($item->parentAttribute) @else @endif @endforeach
Immagine Nome Attributo Relazione Azioni
{{Str::of('/uploads/default/default.jpg')->basename('.jpg')}}
{{ $item->name }}
{{ $item->parentAttribute->name }} -> {{ $item->name }}{{ $item->name }}
Title

{{__('product.alertSentenceProduct')}}

@csrf @method('DELETE')
{{ $itemsAttributes->links('vendor.pagination.tailwind') }}