Rateable Attributes
@if(isset($item) && $item->attributes->count() > 0) @foreach($item->attributes as $index => $attribute)
@error('attributes.'.$index.'.name')
{{ $message }}
@enderror
@error('attributes.'.$index.'.description')
{{ $message }}
@enderror
@endforeach @endif
@push('scripts') @endpush