@extends('layouts.app') @section('title', $product->name . ' - Parfum Store') @section('content')
{{ $product->brand->name ?? 'Marque' }}
{{ $product->category->name ?? '' }}
{{ $product->description }}
{{ number_format($related->price, 2) }} MAD