@extends('admin.master', ['menu' => 'site_content', 'submenu' => 'testimonial']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Testimonial List') }}
{{ __('Home') }}
{{ __('Testimonial') }}
@if ($testimonial_count < 8)
{{ __('Add Testimonial') }}
@endif
{{ __('Image') }}
{{ __('Name') }}
{{ __('English Description') }}
{{ __('France Description') }}
{{ __('Star') }}
{{ __('Action') }}
@push('post_scripts') @endpush @endsection