Sumar Buget

{{ $program->name }} | {{ $program->project_id }} | Generat: {{ $generatedAt }}

Buget Total
{{ number_format($overview['total_budget'], 0, ',', '.') }} RON
Total Cheltuit
{{ number_format($overview['total_spent'], 0, ',', '.') }} RON
Ramas
{{ number_format($overview['remaining'], 0, ',', '.') }} RON
Absorbtie
{{ $overview['absorption_rate'] }}% (ideal: {{ $overview['expected_absorption_rate'] }}%)

Linii Bugetare

@foreach ($budgetLines as $bl) @endforeach
Cod Denumire Entitate Buget (cu TVA) Contrib. UE Buget Stat Contrib. Proprie Cheltuit Ramas %
{{ $bl['cod_cheltuiala'] }} {{ $bl['expense_name'] }} {{ $bl['entity'] }} {{ number_format($bl['total_with_vat'], 0, ',', '.') }} {{ number_format($bl['eu_contribution'], 0, ',', '.') }} {{ number_format($bl['state_budget'], 0, ',', '.') }} {{ number_format($bl['own_contribution'], 0, ',', '.') }} {{ number_format($bl['total_spent'], 0, ',', '.') }} {{ number_format($bl['remaining'], 0, ',', '.') }} {{ $bl['spent_percentage'] }}%
TOTAL {{ number_format(array_sum(array_column($budgetLines, 'total_with_vat')), 0, ',', '.') }} {{ number_format(array_sum(array_column($budgetLines, 'eu_contribution')), 0, ',', '.') }} {{ number_format(array_sum(array_column($budgetLines, 'state_budget')), 0, ',', '.') }} {{ number_format(array_sum(array_column($budgetLines, 'own_contribution')), 0, ',', '.') }} {{ number_format(array_sum(array_column($budgetLines, 'total_spent')), 0, ',', '.') }} {{ number_format(array_sum(array_column($budgetLines, 'remaining')), 0, ',', '.') }} {{ $overview['absorption_rate'] }}%
@if (count($categoryBreakdown) > 0)

Defalcare pe Categorii

@foreach ($categoryBreakdown as $cat) @endforeach
Categorie Buget Total Contrib. UE Buget Stat Contrib. Proprie
{{ $cat['category'] }} {{ number_format($cat['total'], 0, ',', '.') }} {{ number_format($cat['eu'], 0, ',', '.') }} {{ number_format($cat['state'], 0, ',', '.') }} {{ number_format($cat['own'], 0, ',', '.') }}
@endif @if (count($companyBreakdown) > 0)

Defalcare pe Parteneri

@foreach ($companyBreakdown as $comp) @endforeach
Partener Buget Cheltuit Contrib. UE Buget Stat Contrib. Proprie
{{ $comp['name'] }} {{ number_format($comp['budget'], 0, ',', '.') }} {{ number_format($comp['spent'], 0, ',', '.') }} {{ number_format($comp['eu'], 0, ',', '.') }} {{ number_format($comp['state'], 0, ',', '.') }} {{ number_format($comp['own'], 0, ',', '.') }}
@endif