@if(\Auth::user()->type == "super admin")
{{ __('These details will be used to collect subscription plan payments.Each subscription plan will have a payment button based on the below configuration.') }}
@else
{{ __('These details will be used to collect invoice payments. Each invoice will have a payment button based on the below configuration.') }}
@endif