@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_testimonials_seo_title) @section('seo_meta_description', $global_other_page_items->page_testimonials_seo_meta_description) @section('content') {{ $global_other_page_items->page_testimonials_title }} {{ __('Home') }} {{ $global_other_page_items->page_testimonials_title }} @foreach($testimonials as $testimonial) {!! clean(nl2br($testimonial->comment)) !!} @for ($i = 1; $i <= 5; $i++) @if ($i <= $testimonial->rating) @else @endif @endfor {{ $testimonial->name }} {{ $testimonial->designation }} @endforeach @endsection