@extends('layouts.app') @section('title',$product->product_name) @section('content')
₹{{ number_format($product->product_rate,2) }}
{{ $product->product_description }}
@if($product->product_videolink && preg_match('/^https?:\/\//i',$product->product_videolink))Watch product video@endif @if($product->product_stock > 0)@elseCurrently out of stock.
@endif{{ $review->customer_name }} · {{ $review->product_rating }}/5
{{ $review->product_review }}
@emptyNo reviews yet.
@endforelse