@props([ 'name' => 'image', 'value' => '', 'uploadUrl', 'aspect' => 1, 'label' => 'Imagem', 'hint' => null, 'preview' => 'square', 'submitId' => 'submit-btn', ]) @php $isSquare = $preview === 'square'; $boxClass = $isSquare ? 'w-24 h-24 sm:w-32 sm:h-32' : 'w-full max-w-md aspect-[3/2]'; $ratioText = $hint ?? ($aspect == 1 ? '(quadrada 1:1)' : '(paisagem 3:2)'); @endphp