@extends('layouts.app') @section('title', 'Transactions — Hisab') @section('content') @php function bdt($n) { return '৳ ' . number_format($n, 2); } @endphp

Transactions

Shob transaction filter, search, ebong export korun

@if (!$wallets->isEmpty()) @endif
@forelse ($transactions as $t) @empty @endforelse
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) }}
@csrf @method('DELETE')
Kono transaction nei.
@if (!$wallets->isEmpty())

Notun transaction

@csrf
@endif @endsection