shell bypass 403
<?php if(request()->is('item-*')): ?>
<?php if(@helper::checkaddons('trusted_badges')): ?>
<div class="col-12 my-3 p-3 border-top">
<div class="row g-3 product-detile">
<div class="col-lg-3 col-6">
<div class="service-content">
<img src="<?php echo e(helper::image_path(@helper::otherappdata()->trusted_badge_image_1)); ?>"
alt="">
</div>
</div>
<div class="col-lg-3 col-6">
<div class="service-content">
<img src="<?php echo e(helper::image_path(@helper::otherappdata()->trusted_badge_image_2)); ?>"
alt="">
</div>
</div>
<div class="col-lg-3 col-6">
<div class="service-content">
<img src="<?php echo e(helper::image_path(@helper::otherappdata()->trusted_badge_image_3)); ?>"
alt="">
</div>
</div>
<div class="col-lg-3 col-6">
<div class="service-content">
<img src="<?php echo e(helper::image_path(@helper::otherappdata()->trusted_badge_image_4)); ?>"
alt="">
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<?php if(@helper::checkaddons('safe_secure_checkout')): ?>
<?php if(@helper::otherappdata()->safe_secure_checkout_payment_selection): ?>
<?php if(request()->is('item-*')): ?>
<div class="col-12 py-4 p-3 bg-changer rounded sevirce-trued mt-3">
<?php else: ?>
<div class="col-12 py-4 p-3 bg-changer border my-3 rounded sevirce-trued">
<?php endif; ?>
<div class="d-flex mb-2 pb-1 flex-wrap gap-2 justify-content-center aling-items-center">
<?php $__currentLoopData = helper::getallpayment(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $stpayment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(@in_array($stpayment->payment_type, explode(',', helper::otherappdata()->safe_secure_checkout_payment_selection))): ?>
<div class="sevirce-tru">
<div class="img">
<img class="border rounded-2" src="<?php echo e(helper::image_path($stpayment->image)); ?>"
alt="">
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<h6 class="fs-15 text-center color-changer fw-normal"
style="color: <?php echo e(@helper::otherappdata()->safe_secure_checkout_text_color); ?>">
<?php echo e(@helper::otherappdata()->safe_secure_checkout_text); ?>
</h6>
</div>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /www/wwwroot/koreanshop.lk/resources/views/web/sevirce-trusted.blade.php ENDPATH**/ ?>