@extends('admin.layout.master') @section('title', 'Cost Center List') @section('content')
| # | Name | Local Name | Status | Action | |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->name }} | {{ $item->name_local }} | @if ($item->status == 1)Active | @elseif($item->status ==0)Inctive | @endif@if(checkAuthPermission('costcenter.edit')) @endif |