@extends('layout.with-main')
@section('title')
{{ $user->username }} {{ __('user.unregistered-info-hashes') }} -
{{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ $user->username }}
{{ __('user.unregistered-info-hashes') }}
@endsection
@section('nav-tabs')
@include('user.buttons.user')
@endsection
@section('page', 'page__user-unregistered-info-hash--index')
@section('main')
@livewire('user-unregistered-info-hash-search', ['userId' => $user->id])
@endsection