{{ $costCenter->code }}
{{ $costCenter->name }}
{{ $costCenter->name_ar }}
{{ $costCenter->type?->name_ar ?? '-' }}
{{ $costCenter->category?->name_ar ?? '-' }}
@if ($costCenter->parent) {{ $costCenter->parent->name_ar }} @else {{ '-' }} @endif
{{ $costCenter->budget ? number_format($costCenter->budget, 2) : '-' }}
{{ $costCenter->description }}