@extends('admin.layouts.app') @section('page_title', __('SMS Settings')) @section('content')
@include('admin.control_panel.components.sidebar', ['settings' => config('generalsettings.sms'), 'suffix' => ''])

@lang(ucwords($method) . " Configuration")

@if(config('SMSConfig.default') == strtolower($method)) @lang('Default') @endif
@if(config('SMSConfig.default') != strtolower($method)) @endif
@csrf
@error('url') {{ $message }} @enderror
@foreach($smsMethodParameters as $key => $parameter)
@if($parameter['is_protected']) @endif
@error($key) {{ $message }} @enderror
@endforeach
@lang("SMS Notification")

@lang("SMS notification is a brief text message sent to your customer to convey important information.")

sms_notification == 1) ? 'checked' : ''}}> @error('sms_notification') {{ $message }} @enderror
@lang("SMS Verification")

@lang("SMS Verification is a brief text message sent to your customer to convey important information.")

sms_verification == 1) ? 'checked' : ''}}> @error('sms_verification') {{ $message }} @enderror
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush