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

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

@csrf @method('PATCH')

@endsection