@extends('layouts.app') @section('title', 'Settings — Testimonials') @section('page-title', 'Testimonials') @section('content')
| Customer | Designation | Message | Status | Actions | |
|---|---|---|---|---|---|
| {{ $testimonial->customer_name }} | {{ $testimonial->designation }} | {{ $testimonial->message }} | @if($testimonial->is_active) Active @else Inactive @endif | ||
| No testimonials added yet. | |||||