@extends('user.layouts.master') @section('title', __('Payment Accounts')) @section('content')

{{__('Payment Accounts')}}

{{ __('You have full control to manage your own account setting.') }}

@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('user.account.withdrawable-account')
  • {{ __('Caution: Your updated information only effect on new withdraw request.') }}

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

@endif
@endsection @push('modal') @endpush @push('scripts') @endpush