@extends('layouts.app') @section('content')
Testimonials
Add Testimonial
@if($testimonials->count() > 0) @foreach($testimonials as $testimonial) @endforeach
Name Rating Review Actions
{{ $testimonial->name }} {{ $testimonial->rating }} {{ $testimonial->review }}
@else
No Testimonials Yet

Create your first testimonial to manage taxi services.

@endif
@endsection @section('scripts') @endsection