@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.reviews.product-review-page-title') }} @endsection @php $ratings = [ '', '', '', '' ]; $ratings = [ 10, 30, 20, 15, 25 ]; $totalReviews = 25; $totalRatings = array_sum($ratings); @endphp @push('css') @endpush @section('content-wrapper')
@include ('shop::products.view.small-view', ['product' => $product])

Rating and Reviews

@include ('shop::products.view.reviews')
@endsection