@extends('admin.master_layout') @section('title') {{ __('translate.Create Testimonial') }} @endsection @section('body-header')

{{ __('translate.Create Testimonial') }}

{{ __('translate.Manage Section') }} >> {{ __('translate.Create Testimonial') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Create Testimonial') }}

{{ __('translate.Testimonial List') }}
@endsection @push('js_section') @endpush