@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Treasurer Dashboard') @push('styles') @endpush @section('content') {{-- ── Good Standing Alerts ──────────────────────────────────────────────── --}} @if($lciRiskFlag || $oldBalFlag)
| Date | Account | Category | Amount |
|---|---|---|---|
| {{ $tx->transaction_date->format('d M Y') }} | {{ $tx->account->type === 'administrative' ? 'Admin' : 'Activity' }} | {{ $tx->category }} | {{ $tx->type === 'income' ? '+' : '−' }}${{ number_format($tx->amount, 2) }} |
| No transactions yet. | |||