@extends('layouts.app') @section('title', 'Brands') @section('content')

Brands

@foreach($brands as $brand) @endforeach
Logo Brand Description Products Actions
{{ $brand->brand_name }} {{ $brand->description }} {{ $brand->products->count() ?? 0 }}
@csrf @method('DELETE')
@endsection