@extends('layouts.admin') @section('title', $mode === 'create' ? 'Add Testimonial' : 'Edit Testimonial') @section('eyebrow', 'Content Modules') @section('heading', $mode === 'create' ? 'Add Testimonial' : 'Edit Testimonial') @section('header_actions')
Back to Testimonials @if ($mode === 'edit') Preview Home @endif
@endsection @section('content')
@csrf @if ($mode === 'edit') @method('PUT') @endif
is_featured)) class="h-5 w-5 rounded border-white/20 bg-transparent text-accent focus:ring-accent/20">
is_published)) class="h-5 w-5 rounded border-white/20 bg-transparent text-accent focus:ring-accent/20">
Cancel
@endsection