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