{{__('user.My withdraw')}}

{{__('user.New withdraw')}}
@foreach ($withdraws as $index => $withdraw) @endforeach
{{__('user.SN')}} {{__('user.Method')}} {{__('user.Charge')}} {{__('user.Total Amount')}} {{__('user.Withdraw Amount')}} {{__('user.Status')}} {{__('user.Action')}}
{{ ++$index }} {{ $withdraw->method }} {{ $currency_icon->icon }}{{ $withdraw->total_amount - $withdraw->withdraw_amount }} {{ $currency_icon->icon }}{{ $withdraw->total_amount }} {{ $currency_icon->icon }}{{ $withdraw->withdraw_amount }} @if ($withdraw->status==1) {{__('user.Success')}} @else {{__('user.Pending')}} @endif