@extends('layouts.admin') @section('title', 'IP blacklist — '.config('app.name')) @section('page_title', 'IP blacklist') @section('breadcrumbs')
| IP | Note | Active | Updated | |
|---|---|---|---|---|
{{ $entry->ip_address }} |
{{ $entry->note ?: '—' }} | {{ $entry->is_active ? 'Yes' : 'No' }} | {{ $entry->updated_at }} | @can('settings.manage') @endcan |
| No blocked IPs. | ||||