From b63ea93b7ee3a735936703a21e3fa24292f21518 Mon Sep 17 00:00:00 2001 From: Ghostie Date: Wed, 21 Aug 2024 19:17:52 -0500 Subject: [PATCH] added a comment box --- resources/views/posts/show.blade.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/views/posts/show.blade.php b/resources/views/posts/show.blade.php index 92e43a5..782aeee 100644 --- a/resources/views/posts/show.blade.php +++ b/resources/views/posts/show.blade.php @@ -24,6 +24,28 @@ -
+
+
+

Add a new Comment

+ +
+ @csrf +
+ + + + @error('comment') +

+ {{ $message }} +

+ @enderror +
+ + +
+
+
@endsection