@php
$preset = getImagePreset($presetKey ?? '', $subPreset ?? null);
$fieldId = $name . '_input';
@endphp
{{--
--}}
{{-- Current Image Preview (if exists) --}}
@if(!empty($value))
@endif
{{-- File Input for New Image --}}
@if($preset)
Recommended size: {{ $preset['width'] }}x{{ $preset['height'] }}px
@endif
{{-- Cropper Preview (for new images) --}}
{{--
--}}