@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
@stop @section('pagejs') @stop