@extends('layout.default') @section('title') {{ $forum->name }} - {{ __('forum.forums') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('forum.partials.buttons') @endsection @section('page', 'page__forum--display') @section('main') @livewire('forum-topic-search', ['forum' => $forum]) @endsection