@extends('layouts.app') @section('title', 'Income') @section('page-title', 'Income') @section('content')
| # | Category | Amount | Date | Note | Actions |
|---|---|---|---|---|---|
| {{ $income->firstItem() + $loop->index }} | {{ $item->category->name }} | ৳{{ number_format($item->amount, 2) }} | {{ $item->date->format('d M Y') }} | {{ Str::limit($item->note, 60) ?? '—' }} |
No income records found. Add an income entry.