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