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