@extends('layouts.app') @section('title', 'Income Report') @section('content')
{{ str_replace('_',' ',$method) }}
KES {{ number_format($total) }}
| Time | Patient | Invoice | Method | Amount |
|---|---|---|---|---|
| {{ $p->created_at->format('H:i') }} | {{ $p->invoice?->patient?->full_name ?? '' }} | {{ $p->invoice?->invoice_number ?? '' }} | {{ $p->payment_method }} | KES {{ number_format($p->amount) }} |