@extends('layouts.app') @section('title', 'Admin — Hisab') @section('content') @php function bdt($n) { return '৳ ' . number_format($n, 2); } @endphp
Shob user ar platform er hisab
{{ $users->count() }} total · click korle detail dekha jabe
| Joined | Deals | Txns | In | Out | Action | |
|---|---|---|---|---|---|---|
|
{{ $u->email ?? '—' }}
@if ($u->is_admin) admin @endif
ID: {{ $u->id }}
|
{{ $u->created_at->format('M d, Y') }} | {{ $u->deals_count }} | {{ $u->transactions_count }} | {{ bdt($u->total_in ?? 0) }} | {{ bdt($u->total_out ?? 0) }} | @if (!$u->is_admin) @endif |