@php $i = 5; @endphp @if((!empty($rate) and $rate > 0) or !empty($showRateStars)) @while(--$i >= 5 - $rate) @endwhile @while($i-- >= 0) @endwhile @if(empty($dontShowRate) or !$dontShowRate) {{ $rate }} @endif @endif