@if($post->media && $post->media->count() > 0)
->getUrl('post-medium-photos') }})
@else
 }})
@endif
{{-- //created at--}}
{{ $post->published_at ? $post->published_at->format('F d, Y') : $post->created_at->format('F d, Y') }}
{{ $post->name }}
@if($post->short_description && $post->short_description != '' && $post->short_description != 'null')
{!! $post->short_description !!}
@endif