@foreach ($reviews as $review)
{{ $review->user->username }}
{{ $review->created_at->format('d F, Y') }}
@php echo showRatingStars($review->rating) @endphp

{{ $review->review }}

@endforeach