@extends('layouts.admin.app') @section('title', translate('SMS Module Setup')) @push('css_or_js') @endpush @section('content')

{{ translate('third_party') }}

@include('admin-views.business-settings.partials._3rdparty-inline-menu')
{{ translate('twilio_SMS') }}
public
{{ translate('NB : #OTP# will be replace with otp') }}
@php($config = \App\CentralLogics\Helpers::get_business_settings('twilio_sms'))
@csrf
{{ translate('2factor_sms') }}
public
{{ \App\CentralLogics\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
@endsection @push('script_2') @endpush