@error('logo_url')
{{ $message }}
@enderror
{{-- x-data="imageUploader()" x-init="init()" wire:ignore --}}
@error('imgs.*')
{{ $message }}
@enderror
{{-- --}}
{{ session('lang') == 'en' ? 'Gallery' : 'البوم الصور' }}
@if (!empty($record))
{{-- Main Image --}}
@if (!empty($record?->logo_url))
@endif
{{-- Other Images --}}
@if (!empty($record?->images))
@foreach ($record->images as $image)
@endforeach
@endif
@endif