@if($depositWithdraw->status == 'active')

{{ $depositWithdraw?->sub_title }}

{{ $depositWithdraw?->title }}

@foreach($deposits as $index=> $item) @endforeach
{{__('front.User Name')}} {{__('front.Amount')}} {{__('front.Wallet')}} {{__('front.Date')}}
img {{ $item->user?->name }}
{{ showPrice($item?->amount) }} {{ $item?->method }} {{ format_date($item->created_at) }}
@foreach($withdraws as $index=> $item) @endforeach
{{__('front.User Name')}} {{__('front.Amount')}} {{__('front.Wallet')}} {{__('front.Date')}}
img {{ $item->user?->name }}
{{ showPrice($item?->amount) }} {{ $item?->method }} {{ format_date($item->created_at) }}
@endif