Brand Model List
| # | Model Name | Brand | Slug | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $model->name }} | @if ($model->brand) {{ $model->brand->name }} @else - @endif | {{ $model->slug }} | @if($model->is_active) Active @else Inactive @endif |