<?php $__env->startSection('content'); ?> 
 <div class="page-title-container">
            <div class="container">
                <div class="page-title pull-left">
                    <h2 class="entry-title"><?php echo $offers->seo_title; ?> at <?php echo AppHelper::hotelname($offers->hotels_id); ?></h2>
                </div>
                <ul class="breadcrumbs pull-right">
                    <li><a href="#">HOME</a></li>
                    <li><a href="#">PAGES</a></li>
                    <li class="active">Rome City Tour</li>
                </ul>
            </div>
        </div>

        <section id="content">
            <div class="container tour-detail-page">
                <div class="row">
                    <div id="main" class="col-md-9">
                        <div class="featured-image">
                            <img src="<?php echo URL('/media/uploads/images/hotel/size/800x422/'.$offers->featured_image.''); ?>" width="870px" height="442px" alt="" />
                        </div>

                        <div id="tour-details" class="travelo-box">

                            <?php echo $offers->content; ?>

                            
                        </div>
                    </div>
                    <div class="sidebar col-md-3">
                        <div class="travelo-box">
                            <h4 class="box-title">Quick Enquiry
                               <small> <?php echo $offers->name; ?> </small></h4>


                            <div class="image-box style14">
                            <form action="<?php echo URL('offerbooking'); ?>" method="post">
                                 <div class="form-group row">
                                  <input type="text" name="offerid" hidden class="input-text full-width" value="<?php echo $offers->id; ?>" placeholder="" />
                                        <div class="col-sm-12 col-md-12">
                                            <label>Name*</label>
                                            <input type="text" name="clientname" required class="input-text full-width" value="" placeholder="" />
                                        </div>

                                        <div class="col-sm-12 col-md-12">
                                            <label>Arrival*</label>
                                            <div class="datepicker-wrap">
                                                    <input type="text" name="arrival" required class="input-text full-width" value="<?php echo Session::get('arrival'); ?>" placeholder="mm/dd/yy" />
                                            </div>
                                        </div>

                                        <div class="col-sm-12 col-md-12">
                                            <label>Departure*</label>
                                            <div class="datepicker-wrap">
                                                    <input type="text" name="departure" required class="input-text full-width" value="<?php echo Session::get('departure'); ?>" placeholder="mm/dd/yy" />
                                            </div>
                                        </div>

                                        <div class="col-sm-12 col-md-12">
                                            <label>Email*</label>
                                            <input type="text" name="email" required class="input-text full-width" value="" placeholder="" />
                                        </div>

                                        <div class="col-sm-12 col-md-12">
                                            <label>Phone*</label>
                                            <input type="text" name="phone" required class="input-text full-width" value="" placeholder="" />
                                        </div>

                                        <div class="col-sm-12 col-md-12">
                                            <label>Message*</label>
                                            <br>
                                            <textarea name="message" class="input-text full-width" >
                                                
                                            </textarea>
                                        </div>
                                        
                                </div>
                                <div class="form-group row">
                                    <div class="col-sm-6 col-md-5">
                                        <button type="submit" class="full-width btn-small animated" data-animation-type="bounce" data-animation-duration="1">SEND</button>
                                    </div>
                                </div


                            </div>
                            </form>
                        </div>
                        <div class="travelo-box book-with-us-box">
                            <h4>Why Book with us?</h4>
                            <ul>
                                <li>
                                    <i class="soap-icon-hotel-1 circle"></i>
                                    <h5 class="title"><a href="#">135,00+ Hotels</a></h5>
                                    <p>Nunc cursus libero pur congue arut nimspnty.</p>
                                </li>
                                <li>
                                    <i class="soap-icon-savings circle"></i>
                                    <h5 class="title"><a href="#">Low Rates &amp; Savings</a></h5>
                                    <p>Nunc cursus libero pur congue arut nimspnty.</p>
                                </li>
                                <li>
                                    <i class="soap-icon-support circle"></i>
                                    <h5 class="title"><a href="#">Excellent Support</a></h5>
                                    <p>Nunc cursus libero pur congue arut nimspnty.</p>
                                </li>
                            </ul>
                        </div>
                        <div class="travelo-box contact-box">
                            <h4 class="box-title">Need Travelo Help?</h4>
                            <p>We would be more than happy to help you. Our team advisor are 24/7 at your service to help you.</p>
                            <address class="contact-details">
                                <span class="contact-phone"><i class="soap-icon-phone"></i> 1-800-123-HELLO</span>
                                <br />
                                <a href="#" class="contact-email">help@travelo.com</a>
                            </address>
                        </div>
                    </div>
                </div>
            </div>
        </section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('front.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>