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

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

@else

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

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

{{-- --}} {{ _mt($moduleId,'BusinessWallet.deposit') }}

{{ currencySymbol() }}
{{ _mt($moduleId,'BusinessWallet.deposit') }}
@endif