@props(['url' => '', 'size' => 'h-10 w-10']) @php $url = (string) $url; $path = parse_url($url, PHP_URL_PATH) ?? ''; $ext = strtolower(pathinfo($path, PATHINFO_EXTENSION)); $isVideo = in_array($ext, ['mp4', 'webm', 'mov', 'm4v', 'ogv'], true); @endphp
merge(['class' => "relative {$size} shrink-0 flex items-center justify-center overflow-hidden rounded-lg border border-zinc-200 bg-zinc-100 dark:border-zinc-700 dark:bg-zinc-800"]) }}> @if($url === '') @elseif($isVideo) @else @endif