@if (Storage::disk('public')->exists('posts/' . $post->image))
@else
@endif
@foreach ($post->categories as $cat)
{{ $cat->name }}
@endforeach
{{ $post->created_at->format('d-m-Y') }}
{{ getTranslationPost($post->id)['title'] }}
{!! substr(strip_tags(getTranslationPost($post->id)['description']), 0, 200) !!}...