@extends('frontend.layouts.master') @section('title', $product->name . ' Reviews') @section('content')

{{ $product->name }} Reviews

Reviews

@include('frontend/component/rating/include', ['parent' => $product])
@endsection