@extends('admin.layout') @if (!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Testimonials
@if (!empty($langs)) @endif

Testimonial Side Content

@csrf
@if ($activeTheme == 'bakery' || $activeTheme == 'grocery')
@if (!empty($abe->testimonial_side_img)) @endif ...
@if ($errors->has('testimonial_side_img'))

{{ $errors->first('testimonial_side_img') }}

@endif

@endif

@if ($errors->has('testimonial_section_title'))

{{ $errors->first('testimonial_section_title') }}

@endif
@if ($activeTheme == 'bakery' || $activeTheme == 'grocery' || $activeTheme == 'pizza')

@if ($errors->has('testimonial_section_text'))

{{ $errors->first('testimonial_section_text') }}

@endif
@endif @if ($activeTheme == 'pizza')
@if (!empty($abe->testimonial_section_top_shape_image)) @endif ...
@if ($errors->has('testimonial_section_top_shape_image'))

{{ $errors->first('testimonial_section_top_shape_image') }}

@endif

@if (!empty($abe->testimonial_section_bottom_shape_image)) @endif ...
@if ($errors->has('testimonial_section_bottom_shape_image'))

{{ $errors->first('testimonial_section_bottom_shape_image') }}

@endif

@endif
Testimonials
Add Testimonial
@if (count($testimonials) == 0)

NO TESTIMONIAL FOUND

@else
@foreach ($testimonials as $key => $testimonial) @endforeach
# Image Name Rank Serial Number Actions
{{ $loop->iteration }} {{ convertUtf8($testimonial->name) }} {{ convertUtf8($testimonial->rank) }} {{ $testimonial->serial_number }}
@csrf
@endif
@endsection @section('scripts') @endsection