@if (!empty($post->post_video))
@if (count($post->tags))
@foreach ($post->tags as $tag) {{ $tag->title }} @endforeach
@endif
video
{{ $post->created_at->diffForHumans() }} {{ shortNumber($post->counter) }}

{{ str_limit($post->post_title, 70) }}

{{ str_limit($post->post_desc, 90) }}

@if (substr( $post->user->avatar, 0, 4 ) === "http") {{ $post->user->username }} @else {{ $post->user->username }} @endif
{{ $post->user->name }}
@isset($post->user->role)
@endisset
@if (auth()->check()) @if ($post->isLiked)
@else
@endif @else
@endif
{{ shortNumber($post->likes()->count()) }}
@elseif(!empty($post->post_media)) @if ($post->post_instant == "1")
@if (count($post->tags))
@foreach ($post->tags as $tag) {{ $tag->title }} @endforeach
@endif {{ $post->created_at->diffForHumans() }} {{ shortNumber($post->counter) }}

{{ str_limit($post->post_title, 50) }}

{{ str_limit($post->post_desc, 90) }}

@if (substr( $post->user->avatar, 0, 4 ) === "http") {{ $post->user->username }} @else {{ $post->user->username }} @endif
{{ $post->user->name }}
@isset($post->user->role)
@endisset
@if (auth()->check()) @if ($post->isLiked)
@else
@endif @else
@endif
{{ shortNumber($post->likes()->count()) }}
@else
@if (count($post->tags))
@foreach ($post->tags as $tag) {{ $tag->title }} @endforeach
@endif
{{ $post->media_alt }}
{{ $post->created_at->diffForHumans() }} {{ shortNumber($post->counter) }}

{{ str_limit($post->post_title, 70) }}

{{ str_limit($post->post_desc, 90) }}

@if (substr( $post->user->avatar, 0, 4 ) === "http") {{ $post->user->username }} @else {{ $post->user->username }} @endif
{{ $post->user->name }}
@isset($post->user->role)
@endisset
@if (auth()->check()) @if ($post->isLiked)
@else
@endif @else
@endif
{{ shortNumber($post->likes()->count()) }}
@endif @else
{{ $post->created_at->diffForHumans() }} {{ shortNumber($post->counter) }}
@if (auth()->check()) @if ($post->isLiked)
@else
@endif @else
@endif
{{ shortNumber($post->likes()->count()) }}
@if (count($post->tags))
@foreach ($post->tags as $tag) {{ $tag->title }} @endforeach
@endif

{{ str_limit($post->post_title, 70) }}

{{ str_limit($post->post_desc, 90) }}

@if (substr( $post->user->avatar, 0, 4 ) === "http") {{ $post->user->username }} @else {{ $post->user->username }} @endif
{{ $post->user->name }}
@isset($post->user->role)
@endisset
@endif