@extends('layouts.master') @section('title') Cost Centres @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Cost Centres @endslot @endcomponent @if(session('success'))
The budget-holding units. Set yearly allocations under Budgets.
| Code | Name | Formation | Years Budgeted | Status | Actions |
|---|---|---|---|---|---|
| {{ $cc->code }} | {{ $cc->name }}@if($cc->description){{ $cc->description }}@endif | {{ $cc->formation?->path ?? '—' }} | {{ $cc->budgets->count() }} | @if($cc->is_active)Active@elseInactive@endif | Edit |
| No cost centres yet. | |||||