@extends('admin.layouts.app') @section('title', isset($testimonial) ? 'Edit Testimonial' : 'Add Testimonial') @section('content')
Back to Testimonials

{{ isset($testimonial) ? 'Edit Testimonial' : 'Add New Testimonial' }}

@csrf @if (isset($testimonial)) @method('PUT') @endif
Cancel
@endsection