@extends('layouts.app') @section('title', '{{ $product->name }} | OraFresh Beauty') @section('content')
{{ number_format($product->promo_price ?? $product->price, 2) }} DT
@if($product->promo_price) {{ number_format($product->price, 2) }} DT @endif{{ $product->description }}
Caractéristiques
Livraison Gratuite
dès 60DT
Retours
30 jours
Paiement
sécurisé
{{ $review->comment }}
Soyez le premier à donner votre avis sur ce produit
{{ $rel->category->name ?? 'Collection' }}
{{ number_format($rel->promo_price ?? $rel->price, 2) }} DT
@if($rel->promo_price){{ number_format($rel->price, 2) }} DT
@endif