diff --git a/resources/views/Shop/Articles/show.blade.php b/resources/views/Shop/Articles/show.blade.php index 41b0fd7d..3226e0db 100644 --- a/resources/views/Shop/Articles/show.blade.php +++ b/resources/views/Shop/Articles/show.blade.php @@ -95,7 +95,7 @@ $tariffId = $channel['tariff_id'] ?? null; @endphp @if ($tariffId) - + {{ number_format($priceTaxed, 2, ',', ' ') }} € TTC @if (! empty($quantity)) Qté min. {{ $quantity }} @@ -122,7 +122,7 @@ $stockClass = $offer['stock_current'] > 0 ? 'text-success' : 'text-danger'; @endphp
  • - +
    {{ $isSelectedOffer ? '▸' : '○' }}