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