{{ __('dashboard.edit') . ' ' . $brand->name }}

@csrf @method('PATCH')
@if ($brand->image_path) @else

{{ __('dashboard.no_image') }}

@endif

{{ __('dashboard.quick_specifications') ?? 'Quick Specifications' }}


{{ __('dashboard.price_special_offer') ?? 'Price & Special Offer' }}

{{ __('dashboard.benefits_note') ?? 'Enter each benefit on a separate line' }}

{{ __('dashboard.max_file_size_1mb') ?? 'Max file size: 1MB' }} @error('brand_images')
{{ $message }}
@enderror
@if (!empty($brand->images) && $brand->images->count() > 0)

{{ __('dashboard.current_images') ?? 'Current Images' }}
{{ __('dashboard.drag_drop_instructions') ?? 'Drag & Drop Instructions' }}: {{ __('dashboard.drag_drop_description') ?? 'You can drag and drop images to reorder them. Use the green "Save Order" button to save changes.' }}
@foreach ($brand->images as $key => $image)
⋮⋮
@endforeach
@endif

{{ __('dashboard.publish/unpublish') }}
status) ? 'checked' : '' }} />
{{ __('dashboard.show_in_home') }}
show_in_home) ? 'checked' : '' }} />
{{ __('dashboard.show_in_header') }}
show_in_header) ? 'checked' : '' }} />
{{ __('dashboard.show_in_footer') }}
show_in_footer) ? 'checked' : '' }} />

{{ __('dashboard.seo') }}

{{ __('dashboard.meta_robots') }} (index)
index) ? 'checked' : '' }} />
@if (!empty($brand->images) && $brand->images->count() > 0) @push('scripts') @endpush @endif