@extends('admin.layouts.app') @section('title', 'Testimonials') @section('page-title', 'Testimonials') @section('content')
| Name | Rating | Featured | Actions | ||
|---|---|---|---|---|---|
| {{ $testimonial->name }} |
@for($i = 1; $i <= 5; $i++)
@endfor
|
@if($testimonial->featured) Yes @else No @endif | |||
|
No testimonials found. Create your first testimonial |
|||||