@extends('layouts.main') @section('title', $product->name) @section('content')
{{ $product->description }}
@if($product->sub_description){{ $product->sub_description }}
@endif{{ $review->content }}
No reviews yet. Be the first to review this product!
@endforelse