@if((!isFreeModeEnabled() || isFreeModeShowPriceEnabled()) and $bundle->price > 0)
@if($bundle->bestTicket() < $bundle->price)
{{ handlePrice($bundle->bestTicket(), true, true, false, null, true) }}
{{ handlePrice($bundle->price, true, true, false, null, true) }}
@else
{{ handlePrice($bundle->price, true, true, false, null, true) }}
@endif
@else
{{ trans('public.free') }}
@endif