@extends('admin.layouts.dashboard')
@section('title', 'Dashboard')
@section('content')
@php
$peak = max(1, $trend->max('total'));
@endphp
| Member | Package | Date | Paid | Due |
|---|---|---|---|---|
| {{ ucwords($payment->fullname) }} | {{ $payment->package_name ?? '—' }} | {{ date('d M Y', strtotime($payment->payment_date)) }} | {{ number_format($payment->paid, 2) }} |
@if ((float) $payment->due > 0)
|