@extends('template.coin.layouts.base') @section('title', __('Payment Accounts')) @section('css') @endsection @section('content')

Payment Accounts

You have full control to manage your own account setting.

@if(Session::has('errmessage'))

{{Session::get('errmessage')}}

@endif @if(Session::has('sucmessage'))

{{Session::get('sucmessage')}}

@endif
@if(blank($accounts)) @if(!blank($wdmethods))

{{ __("You have not added any withdraw account yet in your account.") }}

{{ __("Please add the personal or company accounts that you'd like to withdraw funds.") }}

@else
{{ __('Unavailable withdraw service!') }}

{{ __('Sorry, at the moment our withdraw service is unavailable. Please check back soon to add account.') }}

{{ __('If you have any question please feel free to contact us.') }}

@if (the_page('contact')) @endif
@endif @else
{{ __('Your Accounts') }}

{{ __('Below accounts that you’d like to withdraw funds.') }}

@if(!blank($wdmethods)) @endif
@if(blank($wdmethods))
{{ __('Sorry, at the moment our withdraw service is unavailable so you can not add new account.') }}
@endif
@include('template.coin.user.profile.withdrawable-account')
  • {{ __('Caution: Your updated information only effect on new withdraw request.') }}

  • {{ __('You should enter your correct information for receiving payment.') }}

@endif
@endsection @section('modals') @endsection @section('js') @endsection