@extends('layouts.app') @push('styles') @endpush @section('content')
{{ number_format($walletBalance ?? 0, 2) }} د.ل
{{ number_format($totals['commissions'] ?? 0, 2) }} د.ل
{{ number_format($totals['deposits'] ?? 0, 2) }} د.ل
{{ number_format($totals['withdraws'] ?? 0, 2) }} د.ل
{{ number_format($totals['refunds'] ?? 0, 2) }} د.ل
{{ number_format($netFlow ?? 0, 2) }} د.ل
{{ number_format($totalDebts ?? 0, 2) }} د.ل
{{ number_format($pendingCashDeductions ?? 0, 2) }} د.ل
| # | المالك | المحفظة | النوع | المبلغ | الحالة | التاريخ |
|---|---|---|---|---|---|---|
| {{ $t->id }} | {{ $t->owner_name }} | {{ $t->wallet_no }} | {{ $t->type }} | {{ number_format($t->amount, 2) }} د.ل | {{ $t->confirmed }} | {{ $t->created_at }} |