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