@extends('frontend.dashboard.dashboard-app') @section('dashboard_contents')

Your Reviews

@foreach($reviews as $review) @endforeach
No Product Rating Review Date
{{ $loop->iteration }} @for($i = 1; $i <= $review->rating; $i++) @endfor {{ $review->review }} {{ date('Y-m-d', strtotime($review->created_at)) }}
{{ $reviews->links() }}
@endsection