@extends('store.layouts.app') @section('title', $product->name) @section('meta_description', Str::limit($product->short_description ?? $product->description ?? $product->name, 160)) @section('content')
{{ $product->short_description }}
{{ $review->review_text }}
@endifNo reviews yet. Be the first to review this product!
@endif{{ $currency_symbol }}{{ number_format($product->min_price ?? $product->base_price, 0) }}
@if(($product->base_price ?? 0) > ($product->min_price ?? $product->base_price)){{ $currency_symbol }}{{ number_format($product->base_price, 0) }}
@endif