@props([ 'label' => null, 'iconSize' => 'md', 'type' => 'file', 'extension' => 'pdf', ]) @php $iconClass = match ($iconSize) { 'sm' => 'w-4 h-4', 'md' => 'w-6 h-6', 'lg' => 'w-16 h-16', 'xl' => 'w-24 h-24', default => $iconSize, } . ' opacity-20'; @endphp
get('class') ])> @if (str($type)->contains('video')) @svg('heroicon-o-video-camera', $iconClass) {{ $extension }} @else @svg('heroicon-o-document', $iconClass) {{ $extension }} @endif {{ $label }}