@extends('layout.default')
@section('title')
{{ $user->username }} {{ __('user.resurrections') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ $user->username }}
{{ __('user.resurrections') }}
@endsection
@section('nav-tabs')
@include('user.buttons.user')
@endsection
@section('page', 'page__user-resurrections--index')
@section('content')
@livewire('user-resurrections', ['userId' => $user->id])
@endsection