Preț de bază (markup) {{ number_format($quote['base'], 2) }} MDL
@if (! empty($quote['applied']))
@foreach ($quote['applied'] as $a)
{{ $a['name'] }} ×{{ rtrim(rtrim(number_format($a['multiplier'], 3), '0'), '.') }}
@endforeach
@else
Niciun coeficient contextual nu se aplică (preț de bază).
@endif
Preț recomandat {{ number_format($quote['final'], 2) }} MDL
@if ((float) $item->sell_price > 0)
Preț curent pe linie: {{ number_format((float) $item->sell_price, 2) }} MDL
@endif