@props([ 'name' => 'avatar', 'label' => 'Foto de Perfil', 'required' => false, 'defaultFile' => '', 'width' => 300, 'height' => 300, ]) @php $inputId = 'cropper_' . Str::random(8); $modalId = 'modal_' . Str::random(8); @endphp @pushonce('css') @endpushonce
@if($label) @endif
{{-- Preview visual --}}
Avatar Preview

Recomendado: {{ $width }}x{{ $height }} px

{{-- Input real (File) --}} {{-- Input oculto que enviará el Base64 al servidor --}} {{-- Modal de Cropping --}}
@pushonce('js') @endpushonce @push('js') @endpush