JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "507112690be289ffc6c7a17c9d1ee2c3.php"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/storage/framework/views/507112690be289ffc6c7a17c9d1ee2c3.php
File size: 13.94 KB
MIME-type: text/plain
Charset: utf-8
<?php
$section = App\Models\SectionTitel::first();
$footer = App\Models\Footer::first();
$TawkChat = App\Models\TawkChat::first();
$gallery = App\Models\Gallery::get();
$social_link = App\Models\FooterSocialLink::get();
?>
<section class="shopping-cart">
<!-- modal -->
<?php
$products = App\Models\Product::where('status', 'active')->get();
?>
<?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $productmodel): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="modal fade" id="exampleModal<?php echo e($productmodel['id']); ?>" tabindex="-1" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"> </button>
<form action="<?php echo e(route('cart.add.detils')); ?>" method="POST">
<?php echo csrf_field(); ?>
<input type="hidden" value="<?php echo e($productmodel->id); ?>" name="product_id" required>
<div class="modal-body">
<div class="modal-body-text">
<h3> <?php echo e($productmodel->name); ?></h3>
</div>
<div class="modal-body-item-box">
<div class="together-box-text">
<h5><?php echo e(__('translate.Select Size')); ?></h5>
</div>
<?php $__currentLoopData = json_decode($productmodel->size, true); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $size => $price): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="together-box-item">
<div class="form-check">
<input class="form-check-input" type="radio" name="size" value="<?php echo e($size); ?>,<?php echo e($price); ?>" id="size_<?php echo e($loop->index); ?>" data-info="<?php echo e($size); ?>,<?php echo e($price); ?>">
<label class="form-check-label" for="size_<?php echo e($loop->index); ?>">
<?php echo e($size); ?>
</label>
</div>
<div class="form-check-btn">
<div class="grid">
<?php echo e($setting->currency_icon); ?><?php echo e($price); ?>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class="modal-body-item-box-text">
<h5><?php echo e(__('translate.Select Addon (Optional)')); ?></h5>
</div>
<?php $__currentLoopData = json_decode($productmodel->items, true); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$addons = App\Models\OptionalItem::where('id', $id)->get();
?>
<?php $__currentLoopData = $addons; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $addon): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="together-box-item">
<div class="form-check">
<input class="form-check-input" type="checkbox" name="addons[]" value="<?php echo e($addon->id); ?>" id="addon_<?php echo e($loop->parent->index); ?>_<?php echo e($loop->index); ?>"
<?php if(isset($item['addons'][$addon->id])): ?> checked <?php endif; ?>>
<label class="form-check-label" for="flexCheckDefault">
<?php echo e($addon->name); ?>
</label>
</div>
<div class="form-check-btn">
<div class="form-check-btn">
<div class="grid"><?php echo e($setting->currency_icon); ?><?php echo e($addon->price); ?></div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class="together-box-inner-btn-btm">
<button type="submit" class="main-btn-six" tabindex="-1">
<span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 4H18C20.2091 4 22 5.79086 22 8V13C22 15.2091 20.2091 17 18 17H10C7.79086 17 6 15.2091 6 13V4ZM6 4C6 2.89543 5.10457 2 4 2H2"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
<path
d="M11 20.5C11 21.3284 10.3284 22 9.5 22C8.67157 22 8 21.3284 8 20.5C8 19.6716 8.67157 19 9.5 19C10.3284 19 11 19.6716 11 20.5Z"
stroke-width="1.5"></path>
<path
d="M20 20.5C20 21.3284 19.3284 22 18.5 22C17.6716 22 17 21.3284 17 20.5C17 19.6716 17.6716 19 18.5 19C19.3284 19 20 19.6716 20 20.5Z"
stroke-width="1.5"></path>
<path d="M14 8L14 13" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round">
</path>
<path d="M16.5 10.5L11.5 10.5" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round">
</path>
</svg>
</span>
<?php echo e(__('translate.Add to Cart')); ?>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12" data-aos="fade-right">
<div class="footer-logo">
<div class="logo">
<img src="<?php echo e(asset($footer->image)); ?>" alt="logo">
</div>
</div>
<div class="footer-text">
<h4><?php echo clean($footer->about_us); ?></h4>
</div>
<div class="footer-icon">
<div class="icon">
<?php $__currentLoopData = $social_link; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social_link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e($social_link->link); ?>" target="_blank"><i class="fa-brands <?php echo e($social_link->icon); ?>"></i></a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
<div class="col-lg-8 mol-md-12 ">
<div class="row">
<div class="col-lg-3 col-md-3" data-aos="fade-right" data-aos-delay="100">
<div class="quick-line-item">
<div class="quick-line-item-head">
<h3><?php echo e($footer->first_column); ?></h3>
</div>
<div class="quick-line-menu">
<ul>
<li>
<a href="<?php echo e(route('user.dashboard')); ?>"><?php echo e(__('translate.My Profile')); ?></a>
</li>
<li>
<a href="<?php echo e(route('about')); ?>"><?php echo e(__('translate.About Us')); ?></a>
</li>
<li>
<a href="<?php echo e(route('contact')); ?>"><?php echo e(__('translate.Contact Us')); ?></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3" data-aos="fade-right" data-aos-delay="200">
<div class="quick-line-item">
<div class="quick-line-item-head">
<h3><?php echo e($footer->second_column); ?></h3>
</div>
<div class="quick-line-menu">
<ul>
<li>
<a href="<?php echo e(route('privacy.policy')); ?>"><?php echo e(__('translate.Privacy & Policy')); ?></a>
</li>
<li>
<a href="<?php echo e(route('trems.of.service')); ?>"><?php echo e(__('translate.Terms of Service')); ?></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" data-aos="fade-right" data-aos-delay="300">
<div class="quick-line-item">
<div class="quick-line-item-head">
<h3><?php echo e($section->subscribe_titel); ?></h3>
</div>
<form action="<?php echo e(route('newslatter')); ?>" method="POST">
<?php echo csrf_field(); ?>
<div class="quick-line-btn">
<div class="icon">
</div>
<input type="email" name="email" class="form-control" id="exampleFormControlInput6" placeholder="<?php echo e(__('translate.Email')); ?>">
<button class="main-btn-four" type="submit"><?php echo e(__('translate.Subscribe')); ?></button>
</div>
</form>
<div class="quick-line-btn-text">
<h6><?php echo e($section->payment_titel); ?></h6>
</div>
<div class="quick-line-btn-img">
<?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $gallery): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="#">
<img src="<?php echo e(asset($gallery['image'])); ?>" alt="img">
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer part End -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copyright-text">
<h4><?php echo e($footer->copyright); ?></h4>
</div>
</div>
</div>
</div>
</div>
<?php if($TawkChat->status == 1): ?>
<script type="text/javascript">
var checkDevice = window.matchMedia("(max-width: 575px)");
if(checkDevice && !checkDevice.matches){
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='<?php echo e($TawkChat->chat_link); ?>';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
}
</script>
<!--End of Tawk.to Script-->
<?php endif; ?>
<?php /**PATH /home/orangeli/hotel.xydigitalsolution.com/resources/views/frontend/layouts/partials/footer.blade.php ENDPATH**/ ?>