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

Testimonials

Create New Testimonial @if(session('success'))
{{ session('success') }}
@endif @forelse($testimonials as $testimonial) @empty @endforelse
Name Message Profile Picture Actions
{{ $testimonial->name }} {{ \Illuminate\Support\Str::limit($testimonial->message, 50) }} @if($testimonial->image) bg-img @else N/A @endif View Edit
@csrf @method('DELETE')
No testimonials found.
@endsection