@extends('layout.default')
@section('title')
{{ __('staff.blocked-ips') }} - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.blocked-ips') }}
@endsection
@section('page', 'page__blocked-ips--index')
@section('main')
@livewire('block-ip-address')
@endsection