@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__topic--edit') @section('main')

{{ __('forum.edit-topic') }}

@csrf @method('PATCH')

@endsection