@include('admin.partial.header')
Список IP с доступом в админ-панель
@foreach($ipList as $ip)
{{$ip->name}} {{$ip->ip}}
[delete]
@endforeach
@csrf