@extends('layout.default')
@section('title')
{{ __('common.user') }} {{ __('user.password-resets') }} -
{{ __('staff.staff-dashboard') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('user.password-resets') }}
@endsection
@section('page', 'page__password-reset-history-log--index')
@section('main')
@livewire('password-reset-history-search')
@endsection