@extends('tenant.accounting.accounting-tabs') @section('style') @endsection @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.cost_centers') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.cost-centers']) @endsection @section('content-field')
| # | @lang('accounting/cost-center.arabic_name') | @lang('accounting/cost-center.english_name') | @lang('accounting/cost-center.belongs_to') | @lang('accounting/cost-center.status') | @lang('general.procedures') |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $cost_center->ar_name }} | {{ $cost_center->en_name }} | {{ $cost_center->parent ? $cost_center->parent->ar_name : '--' }} | @if ($cost_center->status) @else @endif |
|
| @lang('accounting/cost-center.no_cost_centers_yet') | |||||