@if($balance)

{!! __('Transfer Balance') !!}

{!! __("You can transfer investment account balance to main account.") !!}

{{ base_currency() }}
{{ __("Pending or locked amount is not included in available funds.") }}
{{ base_currency() }}
{{ __("The amount you want to transfer into main account.") }}
  • {{ __("The amount will immediately transfer into your main account so you can withdraw funds or re-investment.") }}

@else

{{ __("Oops, insufficient balance") }}

{{ __("You do not have enough funds in your investment account. Try again, once funds available.") }}

  • {{ __("Return") }}
@endif