@extends('layouts.app')
@section('title', 'Finance')
@section('content')
@include('super-admin.partials.nav')
| Date | Type | Amount | Account | Description | Status |
|---|---|---|---|---|---|
| {{ $txn->txn_date?->format('Y-m-d') ?? $txn->txn_date }} | {{ $txn->type }} | {{ number_format((float) $txn->amount, 2) }} | {{ $txn->account?->name ?? '—' }} | {{ $txn->description }} | {{ $txn->status }} |
| No finance transactions yet. | |||||