@extends('layouts.app') @section('title', $product->name.' | Bodas y Matrimonios en Chile') @section('meta-tags') @endsection @section('content')
← Volver
Producto para bodas y matrimonios: {{ $product->name }}

{{ $product->name }}

{{ $product->commerceProfile?->brand_name ?? 'Proveedor' }} @if($product->category) · {{ $product->category }} @endif
@if(!is_null($product->price))
${{ number_format($product->price, 0, ',', '.') }} CLP
@else
Precio a convenir
@endif @if($product->description)
{!! nl2br(e($product->description)) !!}
@endif
{{-- CTA principal: ajustar a tu realidad (WhatsApp, formulario, etc.) --}} Ver ideas relacionadas Más de este proveedor
@endsection