@extends('layouts.admin') @section('title', 'Testimonials') @section('eyebrow', 'Content Modules') @section('heading', 'Testimonials') @section('header_actions') Add Testimonial @endsection @section('content')
Reset
@forelse ($testimonials as $testimonial) @empty @endforelse
Author Quote Flags Order Actions

{{ $testimonial->author }}

{{ $testimonial->slug }}

{{ $testimonial->quote }}
@if ($testimonial->is_featured) Featured @endif {{ $testimonial->is_published ? 'Published' : 'Draft' }}
{{ $testimonial->sort_order }}
Edit
@csrf @method('DELETE')
No testimonials yet.
@endsection