@extends('admin.layout.master') @section('title', 'Cost Center List') @section('content')
| # | {{__('obs.name')}} | {{__('obs.name')}} {{__('obs.local')}} | {{__('obs.status')}} | {{__('obs.action')}} | |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->name }} | {{ $item->name_local }} | @if ($item->status == 1){{__('obs.active')}} | @elseif($item->status ==0){{__('obs.inactive')}} | @endif@if(checkAuthPermission('costcenter.edit')) @endif |