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