Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/dev/storage/framework/views/ |
<?php $__env->startSection('custom_css'); ?>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" />
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="auth_background sec-gap auth_background auth-contact-us-wrap boiler-page" style="background: #F5F5F5 url(https://test.tradze.com/themes/frontend_new/assets/img/bg-listing.png) !important; background-repeat: no-repeat !important; background-size: cover !important;">
<div class="row">
<?php /*start image*/ ?>
<!-- <div class="col-xs-12 col-sm-5 col-md-4 col-lg-3">
<img class="img-responsive pic_event" src="<?php echo e(asset($event->image_feature_url)); ?>" alt="<?php echo e($event->title); ?>"/>
</div> -->
<?php /*end image*/ ?>
<?php /*start text description*/ ?>
<div class="back-button">
<a href="<?php echo e(url('/commercial')); ?>" class="btn-back"> <i class="fa fa-arrow-left"></i></a>
</div>
<!-- <div class="container">
<div class="col-xs-12 col-sm-12 col-md-offset-1 col-md-10 col-lg-offset-1 col-lg-10 event_text_wrapper">
<div class="event_data">
<div class="title-event"><?php echo e($event->title); ?></div>
<div class="text-description-event">
<?php echo $event->body; ?>
</div>
</div>
</div>
</div> -->
<div class="header-welcome-text text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><?php echo e($event->title); ?></h1>
<p><?php echo $event->body; ?></p>
</div>
</div>
</div>
</div>
<?php /*end text description*/ ?>
<?php /*start gallery*/ ?>
<?php if(isset($slides['inside'])): ?>
<?php $i = 1; ?>
<?php foreach(collect($slides['inside'])->chunk(4) as $chunk): ?>
<div class="row event_gallery">
<?php foreach($chunk as $inside): ?>
<div class="col-xs-6 col-sm-3 col-md-3 col-lg-3 event_img_wrapp <?php if($i>8){ echo "hide_event"; }?>">
<div class="event_img_wrapper">
<a data-fancybox="gallery" href="<?php echo e(asset($inside['image'])); ?>">
<img class="img-responsive img-roundedd image-spacing" src="<?php echo e(asset($inside['image'])); ?>" alt="<?php echo e($inside['title']); ?>"/>
</a>
<?php /* <img class="img-responsive img-rounded" src="<?php echo e(asset($inside['image'])); ?>" alt="<?php echo e($inside['title']); ?>"/>*/ ?>
</div>
</div>
<?php $i++; ?>
<?php endforeach; ?>
</div>
<?php endforeach; ?>
<?php endif; ?>
<?php /*end gallery*/ ?>
</div>
<?php /*start form*/ ?>
<div class="row">
<?php /*start left content*/ ?>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="comments_container comments-container-custom corporate-massage-sec loginpage-sec">
<div class="black-box-inner">
<!-- <div class="box-border box-background">
<div class="form-background">
<div class="btn-com text-center">
<span>
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/btn.png')); ?>"/>
</span>
<button class="button-login-trans">CONTACT US</button>
</div>
<div class="form-title">
Corporate Massage Events
</div> -->
<!-- <?php echo Form::open(array('url' => URL::to('corporateform'), 'method' => 'post', 'id'=>'sendForm')); ?>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group filds-details-first">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-f.png')); ?>"/>
</span>
<label for="name" class="title-desc">First Name *</label>
</div>
<div class="filds-input">
<?php echo Form::text('first_name',null,['class'=>'form-control','id'=>'first_name','placeholder'=>'First Name*']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="first_name">First Name<span class="star-mention">*</span></label>
<?php echo Form::text('first_name',null,['class'=>'form-control','id'=>'first_name','placeholder'=>'First Name*']); ?>
<span class="star-mention" id="error_first_name"></span>
</div> -->
<!-- <div class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="phone" class="title-desc">Email *</label>
</div>
<div class="filds-input">
<?php echo Form::email('email',null,['class'=>'form-control','id'=>'email','placeholder'=>'Email*']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="email">Email<span class="star-mention">*</span></label>
<?php echo Form::email('email',null,['class'=>'form-control','id'=>'email','placeholder'=>'Email*']); ?>
<span class="star-mention" id="error_email"></span>
</div> -->
<!-- <div class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="phone" class="title-desc">Phone Number</label>
</div>
<div class="filds-input">
<?php echo Form::text('phone',null,['class'=>'form-control','id'=>'phone','placeholder'=>'Optional']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="phone">Phone Number<span class="star-mention">*</span></label>
<?php echo Form::text('phone',null,['class'=>'form-control','id'=>'phone','placeholder'=>'Phone Number*']); ?>
<span class="star-mention" id="error_phone"></span>
</div> -->
<!-- <div style="display: none;" class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-l.png')); ?>"/>
</span>
<label for="phone" class="title-desc">No. of therapists</label>
</div>
<div class="filds-input">
<?php echo Form::number('no_of_therapists',null,['class'=>'form-control','id'=>'no_of_therapists','min'=>1,'placeholder'=>'No. of therapists (Optional)']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="no_of_therapists">Number of therapists<span class="star-mention">*</span></label>
<?php echo Form::number('no_of_therapists',null,['class'=>'form-control','id'=>'no_of_therapists','min'=>1,'placeholder'=>'Number of therapists*']); ?>
<span class="star-mention" id="error_no_of_therapists"></span>
</div> -->
<!-- </div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group filds-details-first">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-f.png')); ?>"/>
</span>
<label for="name" class="title-desc">Surname *</label>
</div>
<div class="filds-input">
<?php echo Form::text('last_name',null,['class'=>'form-control','id'=>'last_name','placeholder'=>'Surname*']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="last_name">Last Name<span class="star-mention">*</span></label>
<?php echo Form::text('last_name',null,['class'=>'form-control','id'=>'last_name','placeholder'=>'Last Name*']); ?>
<span class="star-mention" id="error_last_name"></span>
</div> -->
<!-- <div class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="phone" class="title-desc">Company</label>
</div>
<div class="filds-input">
<?php echo Form::text('company',null,['class'=>'form-control','id'=>'company','placeholder'=>'Company (Optional)']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="company">Company<span class="star-mention">*</span></label>
<?php echo Form::text('company',null,['class'=>'form-control','id'=>'company','placeholder'=>'Company*']); ?>
<span class="star-mention" id="error_company"></span>
</div> -->
<!-- <div class="form-group filds-details-middle" style="display: none;">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="phone" class="title-desc">No. of employees</label>
</div>
<div class="filds-input">
<?php echo Form::number('no_of_employees',null,['class'=>'form-control','id'=>'no_of_employees','min'=>1, 'placeholder'=>'No. of employees (Optional)']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="no_of_employees">Number of employees<span class="star-mention">*</span></label>
<?php echo Form::number('no_of_employees',null,['class'=>'form-control','id'=>'no_of_employees','min'=>1, 'placeholder'=>'Number of employees*']); ?>
<span class="star-mention" id="error_no_of_employees"></span>
</div> -->
<!-- <div class="form-group filds-details-middle" style="display: none;">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-l.png')); ?>"/>
</span>
<label for="phone" class="title-desc">How many hours</label>
</div>
<div class="filds-input">
<?php echo Form::number('no_of_hours',null,['class'=>'form-control','id'=>'no_of_hours','min'=>1,'placeholder'=>'How many hours (Optional)']); ?>
</div>
</div>
</div> -->
<!-- <div class="form-group">
<label for="no_of_hours">How many hours<span class="star-mention">*</span></label>
<?php echo Form::number('no_of_hours',null,['class'=>'form-control','id'=>'no_of_hours','min'=>1,'placeholder'=>'How many hours*']); ?>
<span class="star-mention" id="error_no_of_hours"></span>
</div> -->
<div class="box-border box-background">
<!-- <div class="treatment-title">
<img src="https://test.tradze.com/themes/frontend_new/assets/img/heading-new.png">
<span>user login</span>
</div> -->
<div class="text-zone-description" style="padding-bottom:10px!important;">
<div class="treatment-title">
<!-- <img src="https://test.tradze.com/themes/frontend_new/assets/img/heading-new.png"/> -->
<span class="main-heading">Contact us</span>
<!-- <span class="sub-heading">Feel free to contact us anytime for assistance, inquiries, or support. We're here to help with your needs.</span> -->
</div>
</div>
<div id="form_contact" class="text-zone-description">
<form method="POST" action="<?php echo e(url('/contactform')); ?>" accept-charset="UTF-8" id="sendContact"><input name="_token" type="hidden" value="8CqqpKiaQtcGXuFFoQt7KSiP30WAC4BE3G7H0wKh">
<div class="form-group col-md-6">
<div class="filds flex-container">
<!-- <div class="filds-label">
<span class="img-d">
<img src="https://test.tradze.com/themes/frontend_new/assets/img/form-bg.png">
</span>
<label>Full Name <span class="red-star">*</span></label>
</div> -->
<div class="filds-input form-group">
<span class="input_icon"><svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10C10.1615 10 10.9948 9.77865 11.75 9.33594C12.5052 8.89323 13.1172 8.28125 13.5859 7.5C14.0286 6.71875 14.25 5.88542 14.25 5C14.25 4.11458 14.0286 3.28125 13.5859 2.5C13.1172 1.71875 12.5052 1.10677 11.75 0.664062C10.9948 0.221354 10.1615 0 9.25 0C8.33854 0 7.50521 0.221354 6.75 0.664062C5.99479 1.10677 5.38281 1.71875 4.91406 2.5C4.47135 3.28125 4.25 4.11458 4.25 5C4.25 5.88542 4.47135 6.71875 4.91406 7.5C5.38281 8.28125 5.99479 8.89323 6.75 9.33594C7.50521 9.77865 8.33854 10 9.25 10ZM11.0469 11.875H7.45312C5.5 11.9271 3.85938 12.6042 2.53125 13.9062C1.22917 15.2344 0.552083 16.875 0.5 18.8281C0.5 19.1667 0.617188 19.4401 0.851562 19.6484C1.0599 19.8828 1.33333 20 1.67188 20H16.8281C17.1667 20 17.4401 19.8828 17.6484 19.6484C17.8828 19.4401 18 19.1667 18 18.8281C17.9479 16.875 17.2708 15.2344 15.9688 13.9062C14.6406 12.6042 13 11.9271 11.0469 11.875Z" fill="black"></path>
</svg>
</span>
<input type="text" name="name" class="form-control" id="name" placeholder="Full Name*">
<span class="white-star error-text" id="error_name"></span>
</div>
</div>
</div>
<div class="form-group password-box col-md-6">
<div class="filds flex-container">
<!-- <div class="filds-label">
<span class="img-d">
<img src="https://test.tradze.com/themes/frontend_new/assets/img/form-bg-01.png">
</span>
<label>Email Address <span class="red-star">*</span></label>
</div> -->
<div class="filds-input form-group">
<span class="input_icon"><svg width="21" height="16" viewBox="0 0 21 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.625 0.5H2.375C1.85417 0.526042 1.41146 0.708333 1.04688 1.04688C0.708333 1.41146 0.526042 1.85417 0.5 2.375C0.526042 3 0.773438 3.49479 1.24219 3.85938L9.75781 10.2656C10.2526 10.5781 10.7474 10.5781 11.2422 10.2656L19.7578 3.85938C20.2266 3.49479 20.474 3 20.5 2.375C20.474 1.85417 20.2917 1.41146 19.9531 1.04688C19.5885 0.708333 19.1458 0.526042 18.625 0.5ZM20.5 4.875L11.9844 11.2422C11.5417 11.5807 11.0469 11.75 10.5 11.75C9.95312 11.75 9.45833 11.5807 9.01562 11.2422L0.5 4.875V13C0.526042 13.7031 0.773438 14.2891 1.24219 14.7578C1.71094 15.2266 2.29688 15.474 3 15.5H18C18.7031 15.474 19.2891 15.2266 19.7578 14.7578C20.2266 14.2891 20.474 13.7031 20.5 13V4.875Z" fill="black"></path>
</svg>
</span>
<input type="email" name="email" class="form-control" id="email" placeholder="Email Address*">
<span class="white-star error-text" id="error_email"></span>
</div>
</div>
</div>
<div class="form-group password-box col-md-6">
<div class="filds flex-container">
<!-- <div class="filds-label">
<span class="img-d">
<img src="https://test.tradze.com/themes/frontend_new/assets/img/form-bg-01.png">
</span>
<label>Number <span class="red-star">*</span></label>
</div> -->
<div class="filds-input form-group">
<span class="input_icon"><svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.94531 1.97656L8.50781 5.72656C8.74219 6.42969 8.58594 7.02865 8.03906 7.52344L6.125 9.08594C6.77604 10.4661 7.63542 11.7031 8.70312 12.7969C9.79688 13.8646 11.0339 14.724 12.4141 15.375L13.9766 13.4609C14.4714 12.9141 15.0703 12.7578 15.7734 12.9922L19.5234 14.5547C19.9141 14.7109 20.1875 14.9583 20.3438 15.2969C20.5 15.6615 20.5391 16.0391 20.4609 16.4297L19.5234 19.8672C19.263 20.5703 18.7552 20.9479 18 21C14.7448 20.974 11.8021 20.1797 9.17188 18.6172C6.54167 17.0547 4.44531 14.9583 2.88281 12.3281C1.32031 9.69792 0.526042 6.75521 0.5 3.5C0.552083 2.74479 0.929688 2.23698 1.63281 1.97656L5.07031 1.03906C5.46094 0.960938 5.83854 1 6.20312 1.15625C6.54167 1.3125 6.78906 1.58594 6.94531 1.97656Z" fill="black"></path>
</svg>
</span>
<input type="text" name="phone" class="form-control" id="number" placeholder="Contact Number">
<span class="white-star error-text" id="error_phone"></span>
</div>
</div>
</div>
<div class="form-group password-box col-md-6">
<div class="filds flex-container">
<!-- <div class="filds-label">
<span class="img-d">
<img src="https://test.tradze.com/themes/frontend_new/assets/img/form-bg-01.png">
</span>
<label>Email Address <span class="red-star">*</span></label>
</div> -->
<div class="filds-input form-group">
<span class="input_icon"><svg width="15" height="20" viewBox="0 0 15 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.125 0H1.875C1.35417 0.0260417 0.911458 0.208333 0.546875 0.546875C0.208333 0.911458 0.0260417 1.35417 0 1.875V18.125C0.0260417 18.6458 0.208333 19.0885 0.546875 19.4531C0.911458 19.7917 1.35417 19.974 1.875 20H5.625V16.875C5.65104 16.3542 5.83333 15.9115 6.17188 15.5469C6.53646 15.2083 6.97917 15.026 7.5 15C8.02083 15.026 8.46354 15.2083 8.82812 15.5469C9.16667 15.9115 9.34896 16.3542 9.375 16.875V20H13.125C13.6458 19.974 14.0885 19.7917 14.4531 19.4531C14.7917 19.0885 14.974 18.6458 15 18.125V1.875C14.974 1.35417 14.7917 0.911458 14.4531 0.546875C14.0885 0.208333 13.6458 0.0260417 13.125 0ZM12.5 9.375V10.625C12.474 11.0156 12.2656 11.224 11.875 11.25H10.625C10.2344 11.224 10.026 11.0156 10 10.625V9.375C10.026 8.98438 10.2344 8.77604 10.625 8.75H11.875C12.2656 8.77604 12.474 8.98438 12.5 9.375ZM8.125 8.75C8.51562 8.77604 8.72396 8.98438 8.75 9.375V10.625C8.72396 11.0156 8.51562 11.224 8.125 11.25H6.875C6.48438 11.224 6.27604 11.0156 6.25 10.625V9.375C6.27604 8.98438 6.48438 8.77604 6.875 8.75H8.125ZM5 9.375V10.625C4.97396 11.0156 4.76562 11.224 4.375 11.25H3.125C2.73438 11.224 2.52604 11.0156 2.5 10.625V9.375C2.52604 8.98438 2.73438 8.77604 3.125 8.75H4.375C4.76562 8.77604 4.97396 8.98438 5 9.375ZM11.875 3.75C12.2656 3.77604 12.474 3.98438 12.5 4.375V5.625C12.474 6.01562 12.2656 6.22396 11.875 6.25H10.625C10.2344 6.22396 10.026 6.01562 10 5.625V4.375C10.026 3.98438 10.2344 3.77604 10.625 3.75H11.875ZM8.75 4.375V5.625C8.72396 6.01562 8.51562 6.22396 8.125 6.25H6.875C6.48438 6.22396 6.27604 6.01562 6.25 5.625V4.375C6.27604 3.98438 6.48438 3.77604 6.875 3.75H8.125C8.51562 3.77604 8.72396 3.98438 8.75 4.375ZM4.375 3.75C4.76562 3.77604 4.97396 3.98438 5 4.375V5.625C4.97396 6.01562 4.76562 6.22396 4.375 6.25H3.125C2.73438 6.22396 2.52604 6.01562 2.5 5.625V4.375C2.52604 3.98438 2.73438 3.77604 3.125 3.75H4.375Z" fill="black"/>
</svg>
</span>
<input type="text" name="name" class="form-control" id="name" placeholder="Company Name">
<span class="white-star error-text" id="error_email"></span>
</div>
</div>
</div>
<!-- <div class="form-group">
<div class="star-mention text-center">
<span class="red-star">*</span> All fields Required
</div>
</div> -->
<div class="clearfix text-center">
</div>
</form>
<div class="login-reg-sec1">
<div class="button-sec-right">
<div class="btn-com">
<!-- <span>
<img src="https://test.tradze.com/themes/frontend_new/assets/img/btn.png">
</span> -->
<a href="https://test.tradze.com/login" class="button-login-trans">CANCEL</a>
</div>
</div>
<div class="button-sec-left">
<div class="btn-com">
<span>
<img src="https://test.tradze.com/themes/frontend_new/assets/img/btn.png">
</span>
<button type="submit" id="send" class="btn contact-btn button-login-trans">SUBMIT</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="form-mention"><span class="star-mention">*</span> All fields Required</div> -->
<!-- <div class="btn-com text-center">
<span>
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/btn.png')); ?>"/>
</span>
<button type="submit" id="send" class="button-login-trans">SUBMIT</button>
</div> -->
<!-- <button type="submit" id="send" class="btn update-btn">SUBMIT</button> -->
<?php echo Form::close(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php /*end form*/ ?>
<?php /*start back button*/ ?>
<!-- <div class="space_vertical">
<a href="<?php echo e(url('corporate-massage')); ?>" class="btn-view-event">GO BACK</a>
</div> -->
<?php /*end back button*/ ?>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('custom_scripts'); ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js"></script>
<script>
$(document).ready(function () {
$("#sendForm").submit(function(e){
e.preventDefault();
var sendBtn = $("#send");
$.ajax({
type: "POST",
url: '<?php echo e(URL::to('corporateform')); ?>',
data: $(this).serialize(),
dataType: 'json',
beforeSend: function(){
$('.star-mention').text('');
sendBtn.prop('disabled',true);
sendBtn.html('<i class="fa fa-spin fa-spiner"></i> SENDING...');
}
})
.fail(function(data) {
var errors = $.parseJSON(data.responseText);
$.each(errors,function( index, value ){
$("#error_"+index).text(value[0]);
});
sendBtn.prop('disabled',false);
sendBtn.html('SUBMIT');
})
.done(function(data){
var response = data;
sendBtn.prop('disabled',false);
sendBtn.html('SUBMIT');
window.location.href = "<?php echo e(url('/contact-success')); ?>";
$("#sendForm").html("<h3 class='text-justify title'>"+response.message+"</h3>");
});
});
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("pages::frontend_new.layouts.layout_corporate_massage", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>