@extends('layouts.app') @section('title', ($user->email ?? 'User') . ' — Hisab Admin') @section('content') @php function bdt($n) { return '৳ ' . number_format($n, 2); } @endphp
Joined {{ $user->created_at->format('M d, Y') }}
Kono wallet nei.
@endforelse| Date | Wallet | Type | Direction | Amount |
|---|---|---|---|---|
| {{ $t->occurred_at->format('M d, Y') }} | {{ $t->wallet->name }} | {{ $t->type }} | {{ $t->direction }} | {{ $t->direction === 'in' ? '+' : '−' }} {{ bdt($t->amount) }} |
| Kono transaction nei. | ||||
Kono deal nei.
@endforelse