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