@extends('layouts.master') @section('title') Budgets @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Budgets @endslot @endcomponent @if(session('success'))
Set each cost centre's allocation for the year. Committed (encumbered at PO) and Spent (paid) are maintained by the system; Balance = allocation − committed − spent. Budget control is advisory (warn-but-allow).
| Cost Centre | Allocation (JMD) | Committed | Spent | Balance | Utilisation | Save |
|---|---|---|---|---|---|---|
| No active cost centres. Create one. | ||||||
| Total | {{ number_format($totals['allocation'], 2) }} | {{ number_format($totals['committed'], 2) }} | {{ number_format($totals['spent'], 2) }} | {{ number_format($totals['balance'], 2) }} | ||