@if( !empty($data) ) @foreach( $data as $record )

{{ $record->user->name }} star {{ $record->rating }}/5

{{ date('d-m-Y',strtotime($record->created_at)) }}

{{ $record->review }}

@endforeach @else
No Review Found
@endif