@extends('layouts.shop') @section('title', 'Testimonials - Hair Niche By Shelly') @section('content')

Testimonials

What our customers say

Read what our valued customers have to say about their experience with Lugani.

@forelse($testimonials as $testimonial)
@for($i = 0; $i < 5; $i++) @endfor

"{{ $testimonial->content }}"

{{ substr($testimonial->name, 0, 1) }}
{{ $testimonial->name }}
@if($testimonial->designation)
{{ $testimonial->designation }}
@endif
@empty
No testimonials available yet.
@endforelse
{{ $testimonials->links() }}
@endsection