@foreach ($highlights as $item)
@php
$mediaPath = asset('storage/' . $item->gambar);
$ext = strtolower(pathinfo($mediaPath, PATHINFO_EXTENSION));
$isVideo = in_array($ext, ['mp4', 'webm', 'mov', 'avi']);
@endphp
@if ($item->gambar)
@if ($isVideo)
@else

@endif
@if ($item->ikon)
 }})
@endif
@endif
{{ $item->judul }}
{{ $item->deskripsi }}
@endforeach