Select multiple images to add more phone images.
@error('phone_images')
{{ $message }}
@enderror
@error('phone_images.*')
{{ $message }}
@enderror
@php
$phoneImages = is_array($heroSection->phone_images) ? $heroSection->phone_images : [];
@endphp
@if(count($phoneImages) > 0)
Current Phone Images
@foreach($phoneImages as $image)
@endforeach
Delete করতে image select করে Update button চাপুন।
@else
No phone images uploaded.
@endif