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