@extends('admin.layout') @section('title', 'Modifier le temoignage') @section('content')

Modifier le temoignage

{{ $testimonial->author_name }}

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @method('PUT') @include('admin.testimonials._form', ['testimonial' => $testimonial]) Retour
@csrf @method('DELETE')
@endsection