@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@include('sections.front_setting_new_theme_menu')

@lang('app.testimonial') @lang('app.menu.settings')


@include('super-admin.testimonial-settings.edit-form')

@forelse($testimonials as $testimonial) @empty @endforelse
@lang('app.name') @lang('app.comment') @lang('app.language') @lang('app.rating') @lang('app.action')
{{ ucwords($testimonial->name) }} {!! $testimonial->comment !!} {{ $testimonial->language ? $testimonial->language->language_name : 'English' }} {{ $testimonial->rating }}
@lang('messages.noRecordFound')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush