@extends('layouts.frontend.app') @section('content')
@if(empty(Auth::user())) Purchase this article's PDF 420Tk

@else Purchase this article's PDF 420Tk

@endif

{{ $post->title}}

Author Name: {{ $post->author }} Uploaded: {{ $post->created_at->diffForHumans()}}


Tags

@foreach ($post->tags as $tag) @endforeach

{!! $post->body !!}
@guest {{$post->likedUsers->count() }} people like this @else {{$post->likedUsers->count() }} people like this @endguest
{{$post->view_count}} views
{{$post->comments->count()}} comments

@foreach ($post->comments as $comment)
@if($comment->user->role_id == 4) @else @endif {{-- --}}
{{$comment->user->name}}

{{$comment->created_at->format('D, d M Y H:i')}}

{{$comment->comment}}

@if($comment->replies->count() > 0) @foreach ($comment->replies as $reply)
@if($comment->user->role_id == 4) @else @endif
{{$reply->user->name}}
{{--

{{$reply->created_at->format('D, d M Y H:i')}}

--}}

{{$reply->message}}

@endforeach @else @endif @endforeach
@guest

Please Log in for Comment

@else
Leave a Reply
@csrf
@endguest
@include('layouts.frontend.partials.sidebar')
if any query fell free to contact us

Call :   (+880) 1824 570690     &    Email :   info@aeaw.net

@endsection @push('footer') @endpush