@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 $row) {{ $row->name }} {{ $row->designation }} @for($i=1;$i<=$row->rating;$i++) @endfor {!! nl2br($row->comment) !!} @endforeach @endsection