@extends('layouts.app') @section('title', 'Budgets') @section('content')
Annual financial plans and budgets
| Organization | Fiscal Year | Total Income | Total Expense | Net Balance | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $budget->organization?->name }} | {{ $budget->fiscal_year }} | {{ number_format($budget->total_income, 2) }} | {{ number_format($budget->total_expense, 2) }} | {{ number_format($budget->net_balance, 2) }} | @if($budget->status === 'Draft') Draft @else Approved @endif | 👁️ |
| No budgets found. | ||||||