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

 Edit reply to an Existing Message
@if (session()->has('error')) @endif @error('body') @enderror
{{ session()->get('error') }}
Author: {{ Auth::user()->username }}
Message:  {{ $message }}

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

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