<?php $__env->startSection('content'); ?>
<div class="container">
            <h1 class="page-title">Travel Centre Maldives</h1>
        </div>




        <div class="container">
        </div>
        <div id="map-canvas" style="height:400px;"></div>
        <div class="container">
            <div class="gap"></div>
            <div class="row">
                <div class="col-md-7">
                    <p>We are driven by our excellent team who have years of experience in the travel industry and with the strength of our continuing business relationships established over the years with our clients, reputed resort hotels and our counterparts in the industry, both local and overseas.</p>
                    <p>We offer the best of Maldives in all its glory as one of the most popular and sought after tourist destinations in the world. With most competitive rates, we offer best deals for holidays from premium and luxury resorts, all-inclusive resorts, honeymoon packages, luxury cruises and budget safaris, city hotels, guesthouses, diving and surfing packages.</p>
                    <form class="mt30">
                        <div class="row">
                            <div class="col-md-6">
                                <div class="form-group">
                                    <label>Name</label>
                                    <input class="form-control" type="text" />
                                </div>
                            </div>
                            <div class="col-md-6">
                                <div class="form-group">
                                    <label>E-mail</label>
                                    <input class="form-control" type="text" />
                                </div>
                            </div>
                        </div>
                        <div class="form-group">
                            <label>Message</label>
                            <textarea class="form-control"></textarea>
                        </div>
                        <input class="btn btn-primary" type="submit" value="Send Message" />
                    </form>
                </div>
                <div class="col-md-4">
                    <aside class="sidebar-right">
                        <ul class="address-list list">
                            <li>
                                <h5>Email</h5><a href="#">info@tcmaldives.com</a>
                            </li>
                            <li>
                                <h5>Phone Number</h5><a href="#">+960 9993319</a>
                            </li>
                            <li>
                                <h5>Skype</h5><a href="#">travelcentremaldives.tcm</a>
                            </li>
                            <li>
                                <h5>Address</h5><address>Travel Centre Maldives Pvt Ltd.<br />H.Magma, 5th Floor<br />Sikka Goalhi <b>20082</b><br />Male' Maldives<br /></address>
                            </li>
                        </ul>
                    </aside>
                </div>
            </div>
            <div class="gap"></div>
        </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>