@extends('layouts.admin.app') @section('title',translate('SMS Module Setup')) @push('css_or_js') @endpush @section('content')
{{translate('messages.twilio_sms')}}
public
{{ translate('NB : #OTP# will be replace with otp') }} @php($config=\App\CentralLogics\Helpers::get_business_settings('twilio_sms'))
@csrf
{{translate('messages.nexmo_sms')}}
public
{{ translate('NB : #OTP# will be replace with otp') }} @php($config=\App\CentralLogics\Helpers::get_business_settings('nexmo_sms'))
@csrf


{{translate('messages.2factor_sms')}}
public
{{ translate('EX of SMS provider`s template : your OTP is XXXX here, please check.') }}
{{ translate('NB : XXXX will be replace with otp') }} @php($config=\App\CentralLogics\Helpers::get_business_settings('2factor_sms'))
@csrf
{{translate('messages.msg91_sms')}}
public
{{ translate('NB : Keep an OTP variable in your SMS providers OTP Template.') }}
@php($config=\App\CentralLogics\Helpers::get_business_settings('msg91_sms'))
@csrf
@endsection @push('script_2') @endpush