@extends('layouts.app') @section('title', 'Transactions ยท SakuApp') @section('page-title', 'Transactions') @section('content')
| Date | Description | Type | Amount | Note | Actions |
|---|---|---|---|---|---|
| {{ $txn->date->format('d M Y') }} | {{ $txn->title }} | {{ ucfirst($txn->type) }} | {{ number_format($txn->amount, 2) }} | {{ $txn->note ? Str::limit($txn->note, 36) : 'โ' }} |