{{ __('Budgets') }}
{{ __('View and manage budgets') }}
| Budget Name | Description | Cost | Monthly | Yearly | Actions |
|---|---|---|---|---|---|
| {{ $budget->name }} | {{ $budget->description }} | {{ $budget->cost }} | {{ $budget->monthly }} | {{ $budget->yearly }} |
@if (!$budget->deleted_at)
|
| No budgets found. | |||||