@extends('admin_base') @section('title', 'Brands') @section('style') @endsection @section('content')

Brands

@foreach($brands as $brand) @endforeach
# Logo Title Products Actions
@if($brand->logo) @else @endif {{ $brand->title }} {{ $brand->products_count }}
@endsection @section('script') @endsection