{{-- Header --}}

Edit Testimonial

{{-- Body --}}
@csrf @method('PUT') {{-- Reusable Testimonial Form --}} @include('admin.testimonials.form', ['testimonial' => $testimonial]) {{-- Actions --}}
Back