@extends('admin.layouts.master') @section('title','SMS Settings | ') @section('body')
SMS Channels


Important note:
  • Twillo Only send SMS if user did not opt for DND Services.
  • Twillo trail will send sms only to verified no.
@csrf
Important note:
  • MSG91 Only send SMS if user did not opt for DND Services.
  • If msg not delivering to customer than make sure he/she updated phonecode in his/her profile.
@csrf
@foreach ($settings as $row)

{{ucfirst( $row->key) }} SMS Settings:


@if($row->key != 'orders')
@endif
@if($row->key != 'orders')
@endif

@endforeach


Toggle to activate the MSG-91.
@if(Module::has('MimSms') && Module::find('MimSms')->isEnabled())
@csrf

@endif
@endsection @section('custom-script') @endsection