@extends('layouts.admin') @section('content')
@lang('admin_testimonial.new')
@include('admin.testimonials.form', ['path'=>route('admin.testimonials.store'), 'method'=>'POST'])
@endsection