@extends('layout.with-main') @section('title') {{ __('forum.create-new-topic') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('forum.partials.buttons') @endsection @section('page', 'page__forum-topic--create') @section('main')

{{ __('forum.create-new-topic') }}

@csrf

@livewire('bbcode-input', ['name' => 'content', 'label' => __('forum.post'), 'required' => true ])

@endsection