{{ __('Office lockdown by IP Address') }}

{{ __("When a user is set to office login only the IP's listed below will allow access.") }} {{ __("If you are not in the office you will not be able to login.") }}

{{ __('Your current IP address is') }} {{ request()->ip() }}

@foreach($ips as $index => $row) @error("ips.$index.ip") @enderror @endforeach
{{ __('IP Address') }} {{ __('Comment') }}
{{ $message }}
{{ $row['ip'] }} {{ $row['comment'] }}

{{ __('Add Row') }} {{ __('Save') }} @include('errors.messages')