@if ($type_id == 1) @if ($offer_enabled && $offer_price ) {{ $value }} {{ $offer_price }} @if ($has_prefix && $price_suffix) / {{ $price_suffix }} @endif @if ($offer_percentage ) {{ $offer_percentage }}% @endif @else {{ $ad_type == POINT_SYSTEM_MARKETPLACE ? currencyToPointConversion($value) : $value }} @if (is_vehicle_rental_active() && has_plugin_vehicle_rental_marketplace() && $price_suffix) / {{ $price_suffix=='day'? __('messages.t_per_day'):'' }} @elseif (($has_prefix && $price_suffix)) / {{ $price_suffix }} @endif @endif @else {{ $label }} @endif