@extends('layouts.master') @section('pagecss') @stop @section('content') @csrf @if($edit) @endif @include('partials.messages') @if(isset($post) && $post->thread->firstpost_uuid === $post->uuid) @else @endif @lang('Content'): {{ old('content', $edit ? $post->content : '') }} @stop @section('pagejs') @stop