@extends('layouts.admin') @section('page-title', 'Brands') @section('content')
You have total {{ $brands->total() }} Brands
| # | Title | Logo | Status | Options |
|---|---|---|---|---|
| {{ $brands->firstItem() + $index }} | {{ $brand->name }} |
@if($brand->logo)
|
||
|
No brands yet Add your first brand using the form |
||||