shell bypass 403
<?php echo $__env->make('web.contactus.contact', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php if(env('Environment') == 'sendbox'): ?>
<div class="d-none d-lg-block">
<div class="pwa-icons-theme <?php echo e(session()->get('direction') == '2' ? 'rtl' : ''); ?>">
<a href="<?php echo e(URL::to('pwa')); ?>" type="button"
class="pwa_theme border-0 <?php echo e(session()->get('direction') == '2' ? 'rtl' : ''); ?>">
<i class="fa-light fa-mobile fs-4"></i>
</a>
<p class="m-0 fs-7 mt-2 fw-bold text-secondary">PWA Demo</p>
</div>
</div>
<?php endif; ?>
<!-- Footer Start Here -->
<footer class="d-lg-block d-none">
<div class="footer bg-light">
<div class="container">
<div class="row footer-area justify-content-between border-bottom-primary">
<div class="col-xl-3 col-12 left-side mt-3">
<script>
document.addEventListener("DOMContentLoaded", function(event) {
if (localStorage.getItem('theme') === 'dark') {
var logo = "<?php echo e(helper::image_path(helper::appdata()->dark_logo)); ?>";
} else {
var logo = "<?php echo e(helper::image_path(helper::appdata()->logo)); ?>";
}
$('#footerlogoimage').attr('src', logo);
});
</script>
<a href="<?php echo e(route('home')); ?>">
<img src="" width="150" class="my-3" alt="footer_logo" id="footerlogoimage">
</a>
<h1 class="color-changer"><?php echo e(@helper::appdata()->footer_title); ?></h1>
<p class="text-muted"><?php echo e(Str::limit(@helper::appdata()->footer_description, 121)); ?></p>
</div>
<div class="col-xl-8 col-12 right-side">
<div class="row g-2 justify-content-between">
<div class="col-md-3 col-sm-4 col-auto mb-2">
<h4><?php echo e(trans('labels.legal')); ?></h4>
<ul>
<li>
<a href="<?php echo e(route('about-us')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.about')); ?></a>
</li>
<li>
<a href="<?php echo e(route('privacy-policy')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.privacy_policy')); ?></a>
</li>
<li>
<a href="<?php echo e(route('refund-policy')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.refund_policy')); ?></a>
</li>
<li>
<a href="<?php echo e(route('terms-conditions')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.terms_condition')); ?></a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-4 col-auto mb-2">
<h4><?php echo e(trans('labels.other_pages')); ?></h4>
<ul>
<li>
<a href="<?php echo e(route('ourteam')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.our_team')); ?></a>
</li>
<li>
<a href="<?php echo e(route('faq')); ?>" class="text-dark color-changer fs-7"><?php echo e(trans('labels.faq')); ?></a>
</li>
<li>
<a href="<?php echo e(route('gallery')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.gallery')); ?></a>
</li>
<li>
<a href="<?php echo e(route('contact-us')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.help_contact_us')); ?></a>
</li>
<?php if(@helper::checkaddons('blog')): ?>
<li>
<a href="<?php echo e(route('blogs')); ?>"
class="text-dark color-changer fs-7"><?php echo e(trans('labels.blogs')); ?></a>
</li>
<?php endif; ?>
</ul>
</div>
<div class="col-lg-5 col-12 col-auto mb-2">
<h4 class="mb-3"><?php echo e(trans('labels.newslatter')); ?></h4>
<div class="mb-3">
<p class="text-dark color-changer fs-7"><?php echo e(trans('labels.newslatter_subtitle')); ?></p>
</div>
<form class="mt-4 footer-form" method="post" action="<?php echo e(URL::to('postsubscribe')); ?>">
<?php echo csrf_field(); ?>
<div class="input-group gap-2">
<input type="text" class="form-control rounded" name="email"
placeholder="<?php echo e(trans('labels.email')); ?>" required>
<button class="btn btn-secondary rounded px-4"
type="submit"><?php echo e(trans('labels.subscribe')); ?></button>
</div>
</form>
</div>
</div>
</div>
<div class="col-12">
<div
class="row g-3 align-items-center justify-content-sm-between justify-content-center mb-3 mt-md-4 mt-sm-2 mt-0">
<div class="col-sm-6 col-12">
<?php if(helper::getallpayment()->count() > 0): ?>
<ul class="footer_acceped_card d-flex flex-wrap gap-1 p-0 m-0">
<?php $__currentLoopData = helper::getallpayment(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li>
<img src="<?php echo e(helper::image_path($item->image)); ?>" class="w-20px">
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
<?php endif; ?>
</div>
<?php if(helper::getsociallinks()->count() > 0): ?>
<div
class="col-sm-6 text-center <?php echo e(session('direction') == 2 ? 'text-sm-start' : 'text-sm-end'); ?>">
<h5 class="mb-2 fw-bold text-dark color-changer"><?php echo e(trans('labels.follow_us')); ?></h5>
<div
class="d-flex gap-2 justify-content-center <?php echo e(session('direction') == 2 ? 'justify-content-sm-end' : 'justify-content-sm-end'); ?>">
<?php $__currentLoopData = @helper::getsociallinks(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $links): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a class="btn-social px-2 mb-0" href="<?php echo e($links->link); ?>" target="_blank">
<?php echo $links->icon; ?></a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
<div>
<p class="text-dark color-changer col-auto my-sm-3 my-2 fs-7 text-center">
<?php echo e(helper::appdata()->copyright); ?></p>
</div>
</div>
</footer>
<!-- Footer End here -->
<?php /**PATH /www/wwwroot/koreanshop.lk/resources/views/web/layout/footer.blade.php ENDPATH**/ ?>