@extends('layouts.admin') @section('content')

Edit Testimonial

Back to List
Testimonial Details
@if ($errors->any()) @endif
@csrf @method('PUT')
@if($testimonial->image_url)
Current Photo

Current Photo

@endif
Leave empty to keep current photo. Accepted formats: JPEG, PNG, JPG, GIF (Max: 2MB)
@endsection