shell bypass 403
<?php $__env->startSection('page_title'); ?>
| <?php echo e(trans('labels.help_contact_us')); ?>
<?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(route('home')); ?>"><?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"
aria-current="page"><?php echo e(trans('labels.help_contact_us')); ?></li>
</ol>
</nav>
</div>
</div>
</div>
<!-- Contact us Section Start Here -->
<section class="my-5">
<div class="contact-us">
<div class="container">
<h3 class="fw-bold color-changer fs-2 mb-4 truncate-2"><?php echo e(trans('labels.contact_us')); ?>
</h3>
<div class="contact-content">
<div class="d-md-flex">
<div class="col-md-6 col-12 p-5 left-side my-md-0 my-2 contact_us_left">
<div class="col-12 my-1">
<div class="border-0 h-100 d-flex ">
<h2 class="fw-bold text-white mb-0">Get in Touch</h2>
</div>
</div>
<div class="col-12">
<div class="border-0 pt-3 h-100 d-flex gap-3">
<span class="icons">
<i class="fa-solid fa-location-dot"></i>
</span>
<div class="col-xl-auto col-9">
<h5 class="text-white mb-1"><?php echo e(trans('labels.address')); ?></h5>
<a href="javascript:void(0)"
class="text-white"><?php echo e(@helper::appdata()->address); ?></a>
</div>
</div>
</div>
<div class="col-12">
<div class="border-0 pt-3 h-100 d-flex gap-3">
<span class="icons">
<i class="fa-solid fa-envelope"></i>
</span>
<div class="col-xl-auto col-9">
<h5 class="text-white mb-1"><?php echo e(trans('labels.email')); ?></h5>
<a href="mailto:<?php echo e(@helper::appdata()->email); ?>"
class=" text-white"><?php echo e(@helper::appdata()->email); ?></a>
</div>
</div>
</div>
<div class="col-12">
<div class="border-0 pt-3 h-100 d-flex gap-3">
<span class="icons">
<i class="fa-solid fa-phone"></i>
</span>
<div class="col-xl-auto col-9">
<h5 class="text-white mb-1"><?php echo e(trans('labels.mobile')); ?></h5>
<a href="tel:<?php echo e(@helper::appdata()->mobile); ?>"
class="text-white"><?php echo e(@helper::appdata()->mobile); ?></a>
</div>
</div>
</div>
<div class="col-12">
<div class="border-0 pt-3 h-100 d-flex gap-3">
<span class="icons">
<i class="fa-solid fa-clock"></i>
</span>
<div class="col-xl-auto col-9">
<h5 class="text-white mb-1"><?php echo e(trans('labels.working_hours')); ?>
</h5>
<h6 class="text-white"><?php echo e(ucfirst($timedata->day)); ?> <span class="cursor-pointer"
data-bs-toggle="modal" data-bs-target="#modal_working_hours"><i
class="fa-solid fa-circle-info fs-6 text-white"></i></span></h6>
<div class="row ">
<p class="col-auto text-white fs-7 fw-600"><?php echo e($timedata->open_time); ?>
<b><?php echo e(trans('labels.to')); ?></b>
<?php echo e($timedata->break_start); ?>
</p>
<p class="col-auto text-white fs-7 fw-600"><?php echo e($timedata->break_end); ?>
<b><?php echo e(trans('labels.to')); ?></b>
<?php echo e($timedata->close_time); ?>
</p>
</div>
</div>
</div>
</div>
<div class="mt-4">
<span class="fw-bold text-white mb-3 d-block"><?php echo e(trans('labels.social_share')); ?> :</span>
<div class="social-links d-flex align-items-center gap-2">
<?php $__currentLoopData = @helper::getsociallinks(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $links): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e($links->link); ?>" target="_blank"> <?php echo $links->icon; ?></a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12 col-auto right-side">
<form method="POST" class="p-5" action="<?php echo e(route('createcontact')); ?>">
<?php echo csrf_field(); ?>
<div class="row">
<p class="fs-2 color-changer fw-bold mb-2"><?php echo e(trans('labels.contactus_heading')); ?></p>
<span class="text-muted"><?php echo e(trans('labels.contactus_description')); ?></span>
</div>
<div class="mb-3 mt-sm-5 mt-4 form-group">
<div class="row g-sm-3 g-2">
<div class="col-6">
<label for=""
class="form-label"><?php echo e(trans('messages.first_name')); ?>
<span class="text-danger">*</span>
</label>
<input type="text" class="form-control" name="fname"
placeholder="<?php echo e(trans('messages.first_name')); ?>" required>
</div>
<div class="col-6">
<label for="" class="form-label"><?php echo e(trans('messages.last_name')); ?>
<span class="text-danger">*</span>
</label>
<input type="text" class="form-control" name="lname"
placeholder="<?php echo e(trans('messages.last_name')); ?>" required>
</div>
</div>
</div>
<div class="mb-3 form-group">
<label for="" class="form-label"><?php echo e(trans('labels.email')); ?>
<span class="text-danger">*</span>
</label>
<input type="email" class="form-control" name="email"
placeholder="<?php echo e(trans('labels.email')); ?>" required>
</div>
<div class="mb-3 form-group">
<label for="" class="form-label"><?php echo e(trans('labels.message')); ?>
<span class="text-danger">*</span>
</label>
<textarea class="form-control" rows="2" name="message" placeholder="<?php echo e(trans('labels.message')); ?>" required></textarea>
</div>
<?php if(@helper::checkaddons('recaptcha')): ?>
<?php echo $__env->make('web.layout.recaptcha', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<div class="col-12 d-inline-block">
<button type="submit"
class="btn px-4 btn-primary float-end"><?php echo e(trans('labels.save')); ?></button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<!-- IF VERSION 2 -->
<?php if(helper::appdata()->recaptcha_version == 'v2'): ?>
<script src='https://www.google.com/recaptcha/api.js'></script>
<?php endif; ?>
<!-- IF VERSION 3 -->
<?php if(helper::appdata()->recaptcha_version == 'v3'): ?>
<?php echo RecaptchaV3::initJs(); ?>
<?php endif; ?>
<?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/contactus.blade.php ENDPATH**/ ?>