@props(['product']) @if ($product->priceOnSelection()) @if ($from = $product->priceFrom())
{{ __('shop.from') }} {{ money($from) }}
{{ __('shop.price_on_selection') }}
{{ money($product->price) }}