@props([ 'label' => 'Image', 'id' => 'image_' . uniqid(), 'name' => 'image', 'image' => null, 'hint' => 'Recommended image size is 320x320', 'required' => false, 'class' => '', ])
{{ $label }}
@if($hint) {{ $hint }} @endif
@push('scripts') @endpush