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

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

@else

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

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

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

{{ currencySymbol() }}
{{ currency(0) }}
@endif