@extends('eliteadmin::layouts.app') @section('title', 'Finance Dashboard') @section('content')
| Date | Type | Category | Amount |
|---|---|---|---|
| {{ $tx->transaction_at->format('M j, Y') }} | {{ ucfirst($tx->type->value) }} | {{ $tx->categoryName() }} | {{ platform_money($tx->amount) }} |
| No transactions yet | |||