@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
@if ($bex->home_page_pagebuilder == 0)
Title & Subtitle
@if (!empty($langs)) @endif
@csrf
@if ($errors->has('testimonial_section_title'))

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

@endif
@if ($errors->has('testimonial_section_subtitle'))

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

@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}} Edit
@csrf
@endif
@endsection @section('scripts') @endsection