@if(!empty($item->image))

@elseif(!empty($item->youtube_url))
@php
preg_match('/(youtu\.be\/|v=)([A-Za-z0-9_\-]+)/', $item->youtube_url, $matches);
$youtubeId = $matches[2] ?? null;
@endphp
@if($youtubeId)
@endif
@else
 }})
@endif
{{ trans_field($item, 'title') }}
{!! strip_tags(Str::limit(trans_field($item, 'resume'))) !!}