@extends('layouts.app') @section('title', 'Brand List') @section('content')
| # | Name | Code | Description | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $brand->name }} | {{ $brand->code }} | {{ $brand->description ?? '-' }} |
|
| No brands found. | ||||