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

Edit Testimonial Details

Update the information below.

Back to List
@csrf @method('PUT')
is_active ? 'checked' : '' }} class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded">

Display this testimonial on the store.

Cancel
@endsection