Settings

Manage your account and system configuration

{{ $tenant->type === 'both' ? 'ISP & Hotspot' : ucfirst($tenant->type) }} Account
@if($showSuccessMessage)

Settings saved successfully!

@endif
@if($activeTab === 'general')

Company Information

@error('companyName')

{{ $message }}

@enderror
@error('businessEmail')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
@error('businessAddress')

{{ $message }}

@enderror
@endif @if($activeTab === 'technical') @if($tenant->type === 'isp' || $tenant->type === 'both')

Required for ISP Services

RADIUS server configuration is mandatory for ISP billing and user management. These settings are used to authenticate users and track usage.

Network Configuration

@error('nmsSystem')

{{ $message }}

@enderror

RADIUS Configuration

@error('radiusServerIp')

{{ $message }}

@enderror
@error('radiusSecret')

{{ $message }}

@enderror
@endif @endif @if($activeTab === 'hotspot') @if($tenant->type === 'hotspot' || $tenant->type === 'both')

Hotspot Service Configuration

Configure your WiFi hotspot settings for guest access and voucher management.

WiFi Configuration

@error('defaultSsid')

{{ $message }}

@enderror

Voucher Settings

@else

Hotspot Settings Not Available

This section is only available for Hotspot and Combined accounts.

@endif @endif @if($activeTab === 'billing')

Payment Configuration

@error('defaultCurrency')

{{ $message }}

@enderror

Billing Features

@endif @if($activeTab === 'notifications')

Email Notifications

SMS Notifications

@endif @if($activeTab === 'security')

Security Settings

@endif