@if(session()->has('error'))
{{ session()->get('error') }}
@endif
{{$post->name}} @{{$post->username}}
{{date('d M Y',strtotime($post->created_at))}} at {{date('H:i',strtotime($post->created_at))}}
{{$post->description}}
{{$post->description}} See less
{{($post->total_likes > 1000 || $post->total_likes == 1000)?(($post->total_likes)/1000).'K':$post->total_likes }} Likes
{{($post->total_comments > 1000 || $post->total_comments == 1000)?(($post->total_comments)/1000).'K':$post->total_comments }} Comments
{{($post->total_views > 1000 || $post->total_views == 1000)?(($post->total_views)/1000).'K':$post->total_views }} Views
{{$post->video_type==1?'Standard':'Challenge'}}
{{$post->category_name?$post->category_name:'Category applicable on challenge video only'}}
@if($post->video_type==2)
@if($post->participant_video)
{{$post->participant_video}} videos
@elseno participants
@endif @elseParticipation applicable on challenge video only
@endif