@extends('front.include.app') @section('title') Product Detail @endsection @section('content')
{!! $single_product->description ? : '' !!}
{{$user_rating->review ? : ''}}