Общая сумма депозитов:
{{ number_format($totalDepositSum, 0, ',', ' ') }} ₽
ПОСЛЕДНИЕ ПОПОЛНЕНИЯ
@foreach($totalDeposit as $deposit)Логин:
{{ $deposit->user->name }}
Сумма пополнения:
{{ number_format($deposit->amount, 0, ',', ' ') }}₽
@endforeach
ПОПОЛНЕНИЯ И ВЫПЛАТЫ
{{ number_format($totalDepositSum, 0, ',', ' ') }} ₽
Логин:
{{ $deposit->user->name }}
Сумма пополнения:
{{ number_format($deposit->amount, 0, ',', ' ') }}₽
{{ number_format($totalWithdrawSum, 0, ',', ' ') }} ₽
Логин:
{{ $withdraw->user->name }}
Сумма выплаты:
{{ number_format($withdraw->amount, 0, ',', ' ') }}₽