@extends('layout.with-main')
@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__staff-failed-logins--index')
@section('main')
@livewire('failed-login-search')
@endsection