Create New Testimonial
View Testimonial
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::open(['url' => '/admin/testimonial', 'files' => true]) !!}
@include ('admin.testimonial.form')
{!! Form::close() !!}