@extends('layouts.admin') @section('title', 'Edit Testimonial') @section('content_header')

Edit Testimonial

@stop @section('content')

Form Edit Testimonial

@csrf @method('PUT')
@error('name'){{ $message }}@enderror
@error('institution'){{ $message }}@enderror
@if($testimonial->photo)
@endif
@error('photo'){{ $message }}@enderror
@error('review'){{ $message }}@enderror
@error('rating'){{ $message }}@enderror
@stop @section('js') @stop @section('css') @stop