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

@yield('title')

{{ __('messages.common.back') }}
@include('layouts.errors')
{{ Form::open(['route' => ['front-patient-testimonials.update', $frontPatientTestimonial->id], 'method' => 'put','files' => 'true']) }} @include('fronts.front_patient_testimonials.edit_fields') {{ Form::close() }}
@endsection