@extends('layouts.admin') @section('title', 'Edit Testimonial') @section('header_title', 'Member Testimonials') @section('content')

Edit Testimonial

Back to List
@csrf @method('PUT')
Recommended size: Square, e.g., 200x200px. Leave blank to keep current photo. @if($testimonial->testImage)
Current Photo: {{ $testimonial->testName }}
@endif
@endsection