Brands Category

Create Brands Category
@forelse ($brands as $brand) @empty @endforelse
Image Icon Image Name Items Count Actions
@if (json_decode($brand->image)) @foreach (json_decode($brand->image) as $image) Image @endforeach @else No Image @endif @if (json_decode($brand->icon_image)) @foreach (json_decode($brand->icon_image) as $iconImage) Icon Image @endforeach @else No Icon Image @endif {{ $brand->name }} {{ $brand->items->count() }}
View Edit
@csrf @method('DELETE')
No brands found.