{{ $brandName }}

Create Brand Item
@if($brandItems->isEmpty())

No items available

@else
@foreach($brandItems as $item) @endforeach
Name Model Image Specification Standard Size Color Actions
{{ $item->name }} {{ $item->model }} @if (json_decode($item->image)) @foreach (json_decode($item->image) as $image) Image @endforeach @else No Image @endif {!! $item->specification !!} {!! $item->standard !!} {{ $item->size }} {{ $item->color }}
Edit
@csrf @method('DELETE')
@endif