@extends('layouts.admin') @section('title','Income') @section('page-title','Income Entries') @section('content')
| Title | Type | Date | Payment | Reference | Amount | Actions |
|---|---|---|---|---|---|---|
| {{ $e->title }} | {{ ucfirst($e->type) }} | {{ $e->income_date->format('M j, Y') }} | {{ ucfirst(str_replace('_',' ',$e->payment_method)) }} | {{ $e->reference ?? '—' }} | ₵{{ number_format($e->amount,2) }} | Edit |
| No income entries found. | ||||||