@extends('layouts.manage')
@section('title')
@lang('Edit Testimonial')
@endsection
@section('page-header-title')
@lang('Edit Testimonial') @lang('View Testimonials')
@endsection
@section('page-header-description')
@lang('Edit Testimonial') @lang('Go Back')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.testimonials.edit')
@endsection