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