{{-- Post Image --}}
@if($postImage)
@endif
{{-- Meta --}}
@if($post->category)
{{ $post->category->name }}
@endif
@if($post->user)
{{ $post->user->name ?? '' }}
@endif
{{-- Title --}}
{{ $post->title }}
{{-- Content --}}
{!! $post->content !!}
{{-- Share --}}
{{ __('Compartir') }}:
@if(config('site.social_media.whatsapp.active'))
@endif