@extends('layouts.manage') @section('title') @lang('Add Testimonial') @endsection @section('page-header-title') @lang('Add Testimonial') @lang('View Testimonials') @endsection @section('page-header-description') @lang('Add New Testimonial') @lang('Go Back') @endsection @section('content') @include('partials.manage.testimonials.create') @endsection