@extends('layouts.master') @section('page_title', 'Financial Health Report - ' . ucfirst($type)) @section('content')
{{ $reportData['period']['label'] }} | Generated: {{ $reportData['generated_at']->format('M d, Y \a\t g:i A') }}
Bills Generated
₵{{ number_format($reportData['revenue_analysis']['bills_generated']['amount'], 2) }}Payments Received
₵{{ number_format($reportData['revenue_analysis']['payments_received']['amount'], 2) }}Outstanding Bills
₵{{ number_format($reportData['revenue_analysis']['outstanding_bills']['amount'], 2) }}Collection Rate
Payment efficiency| Method | Transactions | Amount |
|---|---|---|
| {{ ucfirst($method->payment_method) }} | {{ $method->count }} | ₵{{ number_format($method->total_amount, 2) }} |
No payment method data available for this period.
@endif{{ $indicator['description'] }}
Value: {{ $indicator['value'] ?? 'N/A' }} | Risk Level: {{ ucfirst($indicatorRiskLevel) }}Undeposited Cash
Potential Duplicates
Round Number Payments
Risk Score
{{ $recommendation['description'] ?? ($recommendation['recommendation'] ?? 'No description available') }}
Priority: {{ ucfirst($recommendation['priority'] ?? 'low') }}