@if(\Session::has('message')) @endif

Recent comments

Latest Comments section by users

@foreach($groupedData as $item)
...
{{ $item['name'] }} - {{ $item['tno'] }}

{{ date('d-M-Y', strtotime($item['Edate'])) }}

@for ($i = 1; $i <= 5; $i++) @if ($i <=$item['Rating']) @else @endif @endfor

{{ $item['Comments'] }}


@endforeach