{{__('user.My withdraw')}}
{{__('user.My withdraw')}}
@endsection
{{__('user.Withdraw Method')}} | {{ $withdraw->method }} |
{{__('user.Withdraw Charge')}} | {{ $withdraw->withdraw_charge }}% |
{{__('user.Withdraw Charge Amount')}} | {{ $currency_icon->icon }}{{ $withdraw->total_amount - $withdraw->withdraw_amount }} |
{{__('user.Total amount')}} | {{ $currency_icon->icon }}{{ $withdraw->total_amount }} |
{{__('user.Withdraw amount')}} | {{ $currency_icon->icon }}{{ $withdraw->withdraw_amount }} |
{{__('user.Status')}} | @if ($withdraw->status==1) {{__('user.Success')}} @else {{__('user.Pending')}} @endif |
{{__('user.Requested Date')}} | {{ $withdraw->created_at->format('Y-m-d') }} |
{{__('user.Approved Date')}} | {{ $withdraw->approved_date }} |
{{__('user.Account Information')}} | {!! clean(nl2br($withdraw->account_info)) !!} |