@foreach ($groupedData as $key => $testimonial)
{{ $testimonial['name'] }} - {{ $testimonial['tno'] }}
{{ date('d-M-Y', strtotime($testimonial['ETime'])) }}
@for ($i = 1; $i <= 5; $i++) @if ($i <=$testimonial['Rating'])
@else
@endif
@endfor
{{ $testimonial['Comments'] }}
- {{$value}}