@extends('front::layouts.master') @section('SOE')
${{ number_format($finalPrice, 2) }}
@if($finalPrice < $price)
${{ number_format($price, 2) }}
@endif
{!!($product_detail->summary)!!}
Category : @foreach($product_detail->categories as $category) {{$category->title}} @endforeach
Stock : @if($product_detail->stock>0) {{$product_detail->stock}} @else {{$product_detail->stock}} @endif
{!! ($product_detail->description) !!}
No reviews yet. Be the first to review this product!
@endforelse
Add A Review
Your email address will not be published. Required fields are marked
Your Rating *
You need to Login OR Register
@endauth