@foreach($styles as $style) @endforeach
@php $transferGateways = getConfig('payment_gateway', 'transfer'); @endphp @if(!in_array('Payment-BusinessWallet', $transferGateways) || getModule('Payment-BusinessWallet')->getRegistry()['active'] == 0)

{{ _mt($moduleId,'BusinessWallet.please_activate_business_wallet') }}

@else

{{ _mt($moduleId,'BusinessWallet.successfully_sent') }}

{{ _mt($moduleId,'BusinessWallet.send') }}

{{--

{{ _mt($moduleId, 'BusinessWallet.something_went_wrong') }}

--}}
{{ currencySymbol() }}
{{ _currency(0, true) }}
@endif