{{-- Shared Ad Images Form --}} {{-- Variables needed: - $ad: AdImage model instance - $showVendorField: Boolean to show/hide vendor field (only for edit on admin) - $categories: Collection of Category models for the category dropdown --}} @php $showVendorField = $showVendorField ?? false; @endphp @csrf
@if ($showVendorField && $ad->exists)
@endif
is_active ?? true) ? 'checked' : '' }}>
exists ? '' : 'required' }} accept="image/*"> @if ($ad->exists)
@endif