@extends('admin.layout.master') @section('title', 'Manage Brand') @section('content')
| # | Code | Name | LocalName | Status | Action |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $brand->code }} | {{ $brand->name_eng }} | {{ $brand->name_local }} |
@if ($brand->status == 1)
Active @elseInactive @endif |
@if(checkAuthPermission('brand.edit')) @endif |