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

Go to main website
View →

Testimonials

@forelse($testimonials as $testimonial)
@if($testimonial->image != null) Testifier photo @else Testifier photo @endif
-{{ $testimonial->first_name }} {{ $testimonial->last_name }}

{{ $testimonial->content }}

Edit
@csrf @method('delete')
@empty
You have no testimonials yet!
@endforelse
@endsection