@foreach($customerReviews as $key => $row)
|
|
{{ $row->title }} |
@for($f=1; $f<=5; $f++)
@if($f <= ($row->rating ?? 0))
@else
@endif
@endfor
|
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if(count($customerReviews) && $customerReviews->hasPages())
@endif