@extends('layouts.bootstrap') @section('title', 'Income Management') @section('content')
| Date | Title | Category | Source | Amount | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $income->income_date->format('M d, Y') }} |
{{ $income->title }}
@if($income->reference_number)
Ref: {{ $income->reference_number }} @endif |
{{ $income->category_display_name }} | {{ $income->source ?? '-' }} |
${{ number_format($income->amount, 2) }}
{{ $income->payment_method_display_name }} |
{{ ucfirst($income->status) }} |