@props(['product']) @if ($product->priceOnSelection()) @if ($from = $product->priceFrom())

{{ __('shop.from') }} {{ money($from) }}

@else

{{ __('shop.price_on_selection') }}

@endif @else

{{ money($product->price) }}

@endif