Financial Health Monitoring

Generate automated financial health reports to monitor payment patterns, detect fraud indicators, and ensure financial transparency.

View Full Financial Health Dashboard

Select the billing period for this termly fee collection @if($this->billing_periods && $this->billing_periods->count() > 0) ({{ $this->billing_periods->count() }} periods available) @endif
@error('class') {{ $message }} @enderror
@error('due_date') {{ $message }} @enderror
@error('category') {{ $message }} @enderror
@error('category') {{ $message }} @enderror
@error('bill_group_id') {{ $message }} @enderror

Selected Items

@if($this->selected_bill_items == null)
You have not selected any bill item
@endif @foreach($this->selected_bill_items as $bill_item)
{{ $bill_item['item'] }} (0.00)
@endforeach
Total Amount: @php $totalAmount = 0; foreach($selected_bill_items as $bill_item) { $totalAmount += $bill_item['amount']; } @endphp