@extends('layout.default')
@section('title')
{{ __('common.user') }} {{ __('staff.passkeys') }} - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.passkeys') }}
@endsection
@section('page', 'page__passkeys-log--index')
@section('main')
@livewire('passkey-search')
@endsection