@extends('admin.layout.master') @section('title', 'Manage Brand') @section('content')
| # | {{__('obs.code')}} | {{__('obs.name')}} | {{__('obs.local_name')}} | {{__('obs.status')}} | {{__('obs.action')}} |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $brand->code }} | {{ $brand->name_eng }} | {{ $brand->name_local }} |
@if ($brand->status == 1)
{{__('obs.active') }} @else{{__('obs.inactive') }} @endif |
@if (checkAuthPermission('brand.edit')) @endif |