{{ __('sms::modules.menu.smsSettings') }}

@lang('sms::modules.package.packageLimit')

@if($packageSmsCount == -1) @lang('sms::modules.package.unlimited') @else @if($isSmsLimitReached) @lang('sms::modules.package.exhausted') @else @lang('sms::modules.package.active') @endif @endif
@if($packageSmsCount == -1)

@lang('sms::modules.package.unlimitedMessagesAllowed')

@else {{ $packageSmsCount }}

@lang('sms::modules.package.totalSmsInPackage')

@endif

{{ __('sms::modules.package.usedSmsCount') }}

{{ $usedSmsCount }}

@if($packageSmsCount != -1) @php $usagePercent = $packageSmsCount > 0 ? round(($usedSmsCount / $packageSmsCount) * 100, 1) : 0; @endphp {{ $usagePercent }}% {{ __('sms::modules.package.ofPackageUsed') }} @endif

{{ __('sms::modules.alerts.mobileNumberFormat') }}
@if(!empty($restaurantAndroidGatewayEnabled) && $restaurantAndroidGatewayEnabled)

{{ __('sms::modules.form.restaurantAndroidSmsGatewayTitle') }}

{{ __('sms::modules.form.restaurantAndroidSmsGatewayIntro') }}

{{ __('sms::modules.form.androidSmsGatewayMessageUrlHelp') }}

@endif
@foreach ($notificationSettings as $key => $item)
@lang('sms::modules.notifications.' . $item->type)
@if(sms_setting()->vonage_status || sms_setting()->msg91_status || sms_setting()->android_sms_gateway_status) {{ $smsCounts[$item->type] ?? 0 }} @endif
@lang('sms::modules.notifications.' . $item->type.'_info')
@if(sms_setting()->vonage_status || sms_setting()->msg91_status || sms_setting()->android_sms_gateway_status) @endif
@endforeach
{{ __('sms::modules.form.sendTestMessage') }} @lang('app.save')
{{ __('sms::modules.form.sendTestMessage') }}
@if($phoneCode) +{{ $phoneCode }} @else {{ __('modules.settings.select') }} @endif
  • @forelse ($phonecodes ?? [] as $phonecode)
  • +{{ $phonecode }}
  • @empty
  • {{ __('modules.settings.noPhoneCodesFound') }}
  • @endforelse
{{ __('app.cancel') }} {{ __('sms::modules.form.sendTestMessage') }} {{ __('sms::modules.messages.sending') }}
@if(!empty($notificationDetails) && isset($notificationDetails['title'])) {{ $notificationDetails['title'] }} @endif @if(!empty($notificationDetails) && isset($notificationDetails['sms_message']))

{{ $notificationDetails['sms_message'] }}

@else

{{ __('app.noMessageAvailable') }}

@endif
{{ __('app.close') }}