-
@if($tour->price_start_from > 0)
@if($tour->discount)
{{getPrice($tour->price_start_from)}}{{getPrice($tour->price_after_discount)}} @else {{getPrice($tour->price_start_from)}}@endif {{getCurrency()}} @endif |From Offer