@if($content->type === 'image')

@elseif($content->type === 'video')
🎬
VIDEO
@elseif($content->type === 'copy')
{{ Str::limit($content->text_content, 150) }}
@else
📄
@endif
@if($content->url)
Ver
@endif
{{ ucfirst($content->status) }}
{{ $content->type }}
@if($content->status === 'pending_approval' || $content->status === 'draft')
@endif