Budget

Budgeted
Spent
Remaining
@if (dataSource.data.length > 0) {
Category {{ budget.category?.name ?? budget.categoryId }} Budget Spent Remaining Progress
} @else if (!isLoading) {
No budgets have been created for this month.
}