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

Edit Testimonial

@csrf @method('PUT')
@if ($testimonial->image)

Current image:

@endif
Cancel
@endsection