@extends('backend.layout')
{{-- this style will be applied when the direction of language is right-to-left --}}
@includeIf('backend.partials.rtl-style')
@section('content')
@if ($themeInfo->theme_version == 1)
@endif
@if (count($testimonials) == 0)
{{ __('NO TESTIMONIAL FOUND') . '!' }}
@else
@endif
{{-- create modal --}}
@include('backend.home-page.testimonial-section.create')
{{-- edit modal --}}
@include('backend.home-page.testimonial-section.edit')
@endsection