@extends('layout.default') @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('content')

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

@csrf

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