@extends('layouts.app') @section('dashboard-title')
|
PHASE-1 ALLOCATION
|
Financial Progress
|
||||||
| Activities: |
Approving Authority/Admin Approval |
USD Million | PKR Million | Allocation 2025-2026 |
Released 2025-2026 |
Utilization As Per Release |
Utilization % |
|
COMPONENT {{ $component->serial_no }}: {{ strtoupper($component->component_name) }}
|
|||||||
| {{ $approval->approval_authority }} | {{-- USD --}}${{ formatNumberShort($approval->usd_million,0) }} | {{-- PKR --}}{{ formatNumberShort($approval->pkr_million,0) }} | {{-- Allocation --}}{{ $index == 0 ? number_format($component->budget,2) : '' }} | {{-- Released --}}{{ $index == 0 ? number_format($component->releases,2) : '' }} | {{-- Utilization --}}{{ $index == 0 ? number_format($component->total_expense,2) : '' }} | {{-- Utilization % --}}@if($index == 0 && $component->utilization) {{ number_format($component->utilization, 2) }}% @endif | |
| No Financial Data Found | |||||||