@props([
'label',
'name',
'id' => '',
'value' => null,
'col' => 12,
'existingImages' => [],
'deleteRoute' => null,
'primaryRoute' => null,
])
{{ __('dashboard.drop_files_here') }}
{{-- Existing Images (for edit mode) --}}
@if(count($existingImages) > 0)
@foreach($existingImages as $image)
 }})
@if($image->is_primary ?? false)
@endif
@if($primaryRoute && !($image->is_primary ?? false))
@endif
@if($deleteRoute)
@endif
@endforeach
@endif
{{-- New Images Preview --}}
@error($name)
{{ $message }}
@enderror
@push('scripts')
@endpush