@extends('backEnd.master') @section('title') @lang('system_settings.sms_settings') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-clickatell-data', 'id' => 'select_a_service']) }}
@if ($errors->has('book_category_id')) {{ $errors->first('book_category_id') }} @endif
{{ Form::close() }}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'send-test-sms', 'id' => 'send-test-sms']) }}
@if ($errors->has('reciver_no')) {{ $errors->first('reciver_no') }} @endif
{{ Form::close() }}
@if (userPermission('update-twilio-data')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-twilio-data', 'id' => 'twilio_form']) }} @endif
@if ($errors->has('twilio_account_sid')) {{ $errors->first('twilio_account_sid') }} @endif
@if ($errors->has('twilio_authentication_token')) {{ $errors->first('twilio_authentication_token') }} @endif
@if ($errors->has('twilio_registered_no')) {{ $errors->first('twilio_registered_no') }} @endif
@php $tooltip = ''; if (userPermission('update-twilio-data')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
{{ Form::close() }}
@if (userPermission('update-msg91-data')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-msg91-data', 'method' => 'POST']) }} @endif
@if ($errors->has('msg91_authentication_key_sid')) {{ $errors->first('msg91_authentication_key_sid') }} @endif
@if ($errors->has('msg91_sender_id')) {{ $errors->first('msg91_sender_id') }} @endif
@if ($errors->has('msg91_route')) {{ $errors->first('msg91_route') }} @endif
@if ($errors->has('msg91_country_code')) {{ $errors->first('msg91_country_code') }} @endif
@php $tooltip = ''; if (userPermission('update-msg91-data')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
{{ Form::close() }}
@if (userPermission('update-textlocal-data')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-textlocal-data', 'id' => 'textlocal_form', 'method' => 'POST']) }} @endif
@if ($errors->has('textlocal_username')) {{ $errors->first('textlocal_username') }} @endif
@if ($errors->has('textlocal_hash')) {{ $errors->first('textlocal_hash') }} @endif
@if ($errors->has('textlocal_sender')) {{ $errors->first('textlocal_sender') }} @endif
@if ($errors->has('textlocal_type')) {{ $errors->first('textlocal_type') }} @endif
@php $tooltip = ''; if (userPermission('update-textlocal-data')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
{{ Form::close() }}
    @php if ($sms_services['Mobile SMS']->device_info) { $data = json_decode($sms_services['Mobile SMS']->device_info); } @endphp @if ($sms_services['Mobile SMS']->device_info)
  • Device ID : {{ $data->deviceId }}

  • Device Model :{{ $data->deviceName }}

  • @lang('common.status') : @if ($data->status == 0) @else @endif
  • @else
  • No Device Connected !
  • @endif
@php $json = Storage::get(SaasDomain() . '-sms-firebase-service-account.json'); $data = json_decode($json, true); $mobile_sms = App\SmSmsGateway::where('gateway_name', 'Mobile SMS')->first('device_info'); $device_info = json_decode(@$mobile_sms->device_info); @endphp @if(!$data && @$device_info)
@csrf
@endif
@if (userPermission('himalayasms.update-setting') && moduleStatusCheck('HimalayaSms')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'himalayasms.update-setting', 'id' => 'textlocal_form', 'method' => 'POST']) }} @endif
@if ($errors->has('himalayasms_senderId')) {{ $errors->first('himalayasms_senderId') }} @endif
@if ($errors->has('himalayasms_key')) {{ $errors->first('himalayasms_key') }} @endif
@if ($errors->has('himalayasms_routeId')) {{ $errors->first('himalayasms_routeId') }} @endif
@if ($errors->has('himalayasms_campaign')) {{ $errors->first('himalayasms_campaign') }} @endif
@php $tooltip = ''; if (userPermission('himalayasms.update-setting')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
{{ Form::close() }}
@if (userPermission('update-africatalking-data')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-africatalking-data', 'id' => 'textlocal_form', 'method' => 'POST']) }} @endif
@if ($errors->has('africatalking_username')) {{ $errors->first('africatalking_username') }} @endif
@if ($errors->has('africatalking_api_key')) {{ $errors->first('africatalking_api_key') }} @endif
@php $tooltip = ''; if (userPermission('update-africatalking-data')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
{{ Form::close() }}
{{-- custom sms setting --}} @include('backEnd.systemSettings.includes.customSmsSetting')
@endsection @push('script') @endpush