@extends('layout.default') @section('title') {{ __('common.subscriptions') }} - {{ __('forum.forums') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('forum.partials.buttons') @endsection @section('main') @livewire('subscribed-forum', [], key('forums')) @livewire('subscribed-topic', [], key('topics')) @endsection