@extends('components.app') @section('styles') @endsection @section('title') Block IP list @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Add Block IP List

dashboard > add block IP list
@csrf
@error('ips'){{$message}}@enderror Add IP separate by comma(,). Ex: 123.3.56.54 , 123.3.56.54
@endsection