User Deposit Records
@foreach ($deposits as $deposit) @endforeach
Name Plan Wallet Amount Balance T.Margin Created Actions
{{ $deposit->user->name }}({{ $deposit->user->currency }}) {{ $deposit->plan->name }} {{ $deposit->wallet->name }} {{ number_format($deposit->amount) }} {{ number_format($deposit->balance) }} {{ $deposit->trade_margin }} {{ $deposit->created_at->diffForHumans() }}