@extends('layouts.app') @section('title') {{ __('messages.front_patient_testimonial.add_front_patient_testimonial') }} @endsection @section('content')

@yield('title')

{{ __('messages.common.back') }}
@include('layouts.errors')
{{ Form::open(['route' => 'front-patient-testimonials.store','files' => 'true']) }} @include('fronts.front_patient_testimonials.fields') {{ Form::close() }}
@endsection