@extends('backend.layouts.admin.admin') @section('title', 'Testimonial') @section('content')
{{ Form::open(['route' =>'testimonial.store','class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} @include('backend.testimonial.partials.form', ['header' => 'Create a testimonial']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush