@extends('layouts.app') @section('title', 'Settings — Testimonials') @section('page-title', 'Testimonials') @section('content')

Testimonials

Shown on the public homepage — only the top 3 Active testimonials, in this order. Drag to reorder.
@forelse($testimonials as $testimonial) @empty @endforelse
Customer Designation Message Status Actions
{{ $testimonial->customer_name }} {{ $testimonial->designation }} {{ $testimonial->message }} @if($testimonial->is_active) Active @else Inactive @endif
@csrf @method('PATCH')
@csrf @method('DELETE')
No testimonials added yet.
@push('scripts') @endpush @endsection