@include('global.head_links')
{{$post->type}}
{{$post->title}}
Posted By: {{$post->user->name}}
{{$post->posted_at}}
@if($post->extension != null) @if($post->extension == 'png' || $post->extension == 'jpg' || $post->extension == 'jpeg' || $post->extension == 'gif')
@endif @endif
{{$post->likes}}
{{$post->description}}
Download App
@include('global.footer_links')