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

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

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

{{ __('dashboard.instructions') }}
  • {{ __('dashboard.bulk_auto_select_images') }}
  • {{ __('dashboard.bulk_auto_images_assigned_testimonials') }}
  • {{ __('dashboard.bulk_auto_image_order_testimonials') }}
  • {{ __('dashboard.bulk_auto_old_images_replaced') }}
  • {{ __('dashboard.bulk_auto_new_created_testimonials') }}
  • {{ __('dashboard.total_testimonials') }}: {{ $count }}
@csrf
@error('images')
{{ $message }}
@enderror {{ __('dashboard.bulk_auto_supported_formats') }}: 5MB
{{ __('dashboard.cancel') }}
@if($count > 0)
{{ __('dashboard.current_testimonials_order') }}:
@foreach ($testimonials as $index => $testimonial) @endforeach
# {{ __('dashboard.name') }} {{ __('dashboard.position') }} {{ __('dashboard.image') }} {{ __('dashboard.order') }}
{{ $index + 1 }} {{ $testimonial->getTranslation('name', 'en') }} / {{ $testimonial->getTranslation('name', 'ar') }} {{ $testimonial->getTranslation('position', 'en') }} @if($testimonial->image) @else {{ __('dashboard.no_image') }} @endif {{ $testimonial->order }}
@else
{{ __('dashboard.no_testimonials_auto_create') }}
@endif
@push('scripts') @endpush