shell bypass 403
<?php $__env->startSection('page_title'); ?>
| <?php echo e(trans('labels.refund_policy')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="breadcrumb-sec">
<div class="container">
<div class="breadcrumb-sec-content">
<nav class="text-dark d-flex breadcrumb-divider" aria-label="breadcrumb">
<ol class="breadcrumb">
<li
class="breadcrumb-item <?php echo e(session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : ''); ?>">
<a class="fw-bold text-dark" href="<?php echo e(URL::to('/')); ?>"><?php echo e(trans('labels.home')); ?></a> </li>
<li
class="breadcrumb-item <?php echo e(session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : ''); ?> text-primary fw-bold active">
<?php echo e(trans('labels.refund_policy')); ?>
</li>
</ol>
</nav>
</div>
</div>
</div>
<section class="my-5">
<div class="container cms-section text-justify">
<h3 class="fw-bold fs-2 color-changer mb-4 truncate-2"><?php echo e(trans('labels.refund_policy')); ?></h3>
<?php if(@$getrefundpolicy->refundpolicy_content != ''): ?>
<div class="cms-section">
<p>
<?php echo $getrefundpolicy->refundpolicy_content; ?>
</p>
</div>
<?php else: ?>
<?php echo $__env->make('web.nodata', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('web.layout.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/koreanshop.lk/resources/views/web/refundpolicy.blade.php ENDPATH**/ ?>