{{ t('Partner_logo_settings') }}
{{ t('website_settings') }}
{{ t('partner_logos') }} {{ t('configure_partner_logos_for_your_site') }}
@foreach ($logoItems as $index => $item)
@if (!($item['marked_for_removal'] ?? false))
@endif
@if ($item['marked_for_removal'] ?? false)

{{ t('logo_to_be_removed') }}

#{{ $index + 1 }}

@else
{{ $index + 1 }}

{{ t('logo') }} #{{ $index + 1 }}

Brand identity asset

@endif
@if ($item['marked_for_removal'] ?? false) @else @endif
@if (!($item['marked_for_removal'] ?? false))

Click to upload or drag and drop

PNG, JPG, JPEG up to 1MB

{{ t('uploading') }}...
@else

Scheduled for Removal

{{ t('this_logo_will_be_removed_after_saving') }}

@endif
@endforeach
{{ t('add_another_logo') }}
Changes will be applied after saving
@if(checkPermission('admin.website_settings.edit'))
{{ $activeItemsCount }} {{ $activeItemsCount === 1 ? t('logo') : t('logos') }} {{ t('will_be_displayed') }}
{{ t('save_changes') }}
@endif