@extends('layouts.admin') @section('content')

Manage Testimonials

What your clients say about you

Add New Testimonial
Testimonials List
@forelse ($testimonials as $testimonial) @empty @endforelse
Image Name Role Company Actions
@if($testimonial->image_url) {{ $testimonial->name }} @else
@endif
{{ $testimonial->name }} {{ $testimonial->role }} {{ $testimonial->company }}
@csrf @method('DELETE')

No testimonials found. Click "Add New Testimonial" to create one.

{{-- {{ $testimonials->links() }} --}}
@endsection