Skip to content

Commit

Permalink
Comments Done
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipghorui committed Oct 7, 2020
1 parent 41f601a commit 955d55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/post.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class="single-comment justify-content-between d-flex"
<section class="commentform-area pb-120 pt-80 mb-100">
@guest
<div class="container">
<h4>Please log in to comment </h4>
<h4>Please Sign in to post comments - <a href="{{route('login')}}">Sing in</a> or <a href="{{route('register')}}">Register</a></h4>
</div>
@else
<div class="container">
Expand Down

0 comments on commit 955d55a

Please sign in to comment.