@extends('layout.default') @section('title') Failed Login Log - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__failed-logins-log--index') @section('main') @livewire('failed-login-search') @endsection