{{__("Comments")}}
@foreach($data['comments'] as $comment) @include('segments.post.SimplePost.inc.comment-detail',$comment) @endforeach
{{__("Post your comment")}}
@include('components.err')
@csrf
@if(auth()->check())
{{auth()->user()->name}}
@elseif(auth('customer')->check())
{{auth('customer')->user()->name}}
@else
@endif