IP Restriction

Manage IP whitelist and access restrictions

IP Whitelist

@forelse($ipRestrictions as $ip) @empty @endforelse
IP Address Description Status Actions
{{ $ip->ip_address }} {{ $ip->description ?? 'No description' }} {{ $ip->is_active ? 'Active' : 'Inactive' }}
@csrf @method('DELETE')
No IP restrictions found. Add your first IP address to get started.

IP Restriction Settings

@csrf @method('PUT')

This message will be shown to users accessing from unauthorized IP addresses.

Select countries to allow access from. Leave empty to allow all countries when IP restriction is disabled.

@push('scripts') @endpush @push('styles') @endpush