Skip to content

Commit

Permalink
Merge branch 'comment_reply'
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipghorui committed Jan 3, 2021
2 parents 654420d + b9694cd commit 9d8e5f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/post.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ class="single-comment justify-content-between d-flex"
@endforeach
@else
@endif
{{-- When user login show reply fourm --}}
@guest
{{-- Show none --}}
@else
<div class="comment-list left-padding" id="reply-form-{{$comment->id}}" style="display: none">
<div
class="single-comment justify-content-between d-flex"
Expand Down Expand Up @@ -203,8 +207,8 @@ class="form-control mb-10"
</div>
</div>
</div>
@endguest
</div>

@endforeach
</div>
</div>
Expand Down

0 comments on commit 9d8e5f7

Please sign in to comment.