@extends('layouts.app') @section('content')
     
{{ config('app.name') }} Forum  > {{ $post->category->name }}  

 Reply to an Existing Message
The message you are replying to:
Posted By: {{ $post->user->username }} on {{ date('F j, Y, g:i A', strtotime($post->created_at)) }}
Subject: {{ $post->title }}
Message: @parsedown($post->body)
 
@if (session()->has('error')) @endif @error('body') @enderror
{{ session()->get('error') }}
Author: {{ Auth::user()->username }}
Message:  {{ $message }}

{{ config('app.name') }} Forum  > {{ $post->category->name }}  

       
@csrf
@endsection @section('scripts') @endsection