{{ t('testimonial_settings') }}
{{ t('website_settings') }}
{{ t('testimonial') }} {{ t('configure_the_testimonial_for_your_site') }}
@foreach ($testimonials as $index => $testimonial)
@if ($errors->has("testimonials.$index.profile_image")) @else

@endif
@if(checkPermission('admin.website_settings.edit'))
@endif
@endforeach
@if(checkPermission('admin.website_settings.edit'))
{{ t('save_changes') }}
@endif