@extends('admin.layouts.master-soyuz') @section('title',__('SMS Settings | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('SMS Settings') }} @endslot @slot('menu2') {{ __("SMS Settings") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('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 @if(Module::has('Exabytes') && Module::find('Exabytes')->isEnabled()) @include('exabytes::admin.smssettings') @endif
@endsection @section('custom-script') @endsection