@forelse ($brands as $brand) @empty @endforelse
Title Specification Standard Size Colour Main Image Icon Image Thumbnails Actions
{{ $brand->title }} {{ $brand->specification }} {{ $brand->standard }} {{ $brand->size }} {{ $brand->color }} @if ($brand->image_one) Main Image @else No Image @endif @if ($brand->image_two) Icon Image @else No Image @endif @php $thumbnails = is_string($brand->thumbnails) ? json_decode($brand->thumbnails, true) : $brand->thumbnails; @endphp @if (!empty($thumbnails) && is_array($thumbnails)) @foreach ($thumbnails as $thumbnail) Thumbnail @endforeach @else No Thumbnails @endif
Edit
@csrf @method('DELETE')
No brands found.