@extends('layout.with-main')
@section('title')
{{ __('common.user') }} unregistered info hashes - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
Unregistered info hashes
@endsection
@section('page', 'page__staff-unregistered-info-hash--index')
@section('main')
@livewire('unregistered-info-hash-search')
@endsection