shell bypass 403
<div class="stars-card d-flex align-items-center <?php echo e($className ?? ' mt-15'); ?>"> <?php $i = 5; ?> <?php if((!empty($rate) and $rate > 0) or !empty($showRateStars)): ?> <?php while(--$i >= 5 - $rate): ?> <i data-feather="star" width="20" height="20" class="active"></i> <?php endwhile; ?> <?php while($i-- >= 0): ?> <i data-feather="star" width="20" height="20" class=""></i> <?php endwhile; ?> <?php if(empty($dontShowRate) or !$dontShowRate): ?> <span class="badge badge-primary ml-10"><?php echo e($rate); ?></span> <?php endif; ?> <?php endif; ?> </div> <?php /**PATH /home/anyleson/public_html/resources/views/web/default/includes/webinar/rate.blade.php ENDPATH**/ ?>