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