@extends('layouts.admin') @section('title') @lang('Testimonial') @endsection @section('breadcrumb')

@lang('Testimonial')

@endsection @section('content')

@lang('Testimonial Background') (@lang('recommended size (1920x672)'))

@csrf
@if ($gs->theme == 'theme4')
@endif
@forelse ($testimonials as $item) @empty @endforelse
@lang('Name') @lang('Photo') @lang('Message') @lang('Action')
{{ $item->name }} icon {{ Str::limit($item->message, 100) }}
@lang('No Data Found')
@endsection @push('script') @endpush