@extends('layouts.app') @section('title', 'Transactions — Hisab') @section('content') @php function bdt($n) { return '৳ ' . number_format($n, 2); } @endphp
Shob transaction filter, search, ebong export korun
| Date | Type | Wallet | From/To | Reference | Amount | Fee | Action |
|---|---|---|---|---|---|---|---|
| {{ $t->occurred_at->format('M d, Y') }} | {{ $t->type }} | {{ $t->wallet->name }} | {{ $t->counterparty ?? '—' }} | {{ $t->reference ?? '—' }} | {{ $t->direction === 'in' ? '+' : '−' }} {{ bdt($t->amount) }} | {{ bdt($t->fee) }} | |
| Kono transaction nei. | |||||||