@extends('layouts.app') @section('content')

{{ $category }}

{{ $brands->count() }} brand tersedia

@foreach($brands as $brand)
@if($brand->image_url) {{ $brand->brand }} @else
@endif

{{ $brand->brand }}

@if($brand->developer)

{{ $brand->developer }}

@endif

{{ $brand->products_count }} Produk

@endforeach
@if($brands->isEmpty())

Belum ada brand

Kategori ini belum memiliki brand

@endif @push('scripts') @endpush @endsection