@extends('admin.layout') @section('title', isset($testimonial) ? 'Edit Testimonial' : 'Create Testimonial') @section('page-title', isset($testimonial) ? 'Edit Testimonial' : 'Create Testimonial') @section('page-subtitle', isset($testimonial) ? 'Update testimonial details' : 'Add a new testimonial') @section('content')