@extends ('forum.master', ['breadcrumbs_append' => [trans('forum::general.new_reply')]]) @section ('content')

{{ trans('forum::general.new_reply') }} ({{ $thread->title }})

@if ($post !== null && !$post->trashed())

{{ trans('forum::general.replying_to', ['item' => $post->authorName]) }}:

@include ('forum.post.partials.quote') @endif
{!! csrf_field() !!} @if ($post !== null) @endif
{{ trans('forum::general.cancel') }}
@stop