@if($testimonials->count() > 0)
| Name |
Rating |
Review |
Actions |
@foreach($testimonials as $testimonial)
| {{ $testimonial->name }} |
{{ $testimonial->rating }} |
{{ $testimonial->review }} |
|
@endforeach
@else
No Testimonials Yet
Create your first testimonial to manage taxi services.
@endif