@extends('layouts.sidebar') @section('content')
Property | Type | Amount Paid (PHP) | Date |
---|---|---|---|
{{ $fee->property->property_name }} | {{ $fee->type }} | {{ number_format($fee->amount, 2) }} | @php $total += $fee->amount; // Add the raw amount to the total @endphp{{ $fee->formatted_date }} |
Total Amount
₱ {{ number_format($total, 2) }}