@extends('layouts.back-end.app') @section('title', \App\CPU\translate('SMS Module Setup')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('releans_sms')}}
NB : #OTP# will be replace with otp @php($config=\App\CPU\Helpers::get_business_settings('releans_sms'))
@csrf





{{\App\CPU\translate('twilio_sms')}}
NB : #OTP# will be replace with otp @php($config=\App\CPU\Helpers::get_business_settings('twilio_sms'))
@csrf







{{\App\CPU\translate('nexmo_sms')}}
NB : #OTP# will be replace with otp @php($config=\App\CPU\Helpers::get_business_settings('nexmo_sms'))
@csrf






{{\App\CPU\translate('2factor_sms')}}
{{\App\CPU\translate("EX of SMS provider's template : your OTP is XXXX here, please check")}}.
{{\App\CPU\translate('NB : XXXX will be replace with otp')}} @php($config=\App\CPU\Helpers::get_business_settings('2factor_sms'))
@csrf



{{\App\CPU\translate('msg91_sms')}}
{{\App\CPU\translate('NB : Keep an OTP variable in your SMS providers OTP Template')}}.
@php($config=\App\CPU\Helpers::get_business_settings('msg91_sms'))
@csrf




@endsection @push('script_2') @endpush