File: /var/www/html/punjabcabs/storage/framework/views/95a55d529dfb0952f6a4077dab8b84eede0b55ed.php
<?php $__env->startSection('content'); ?>
<!-- Page Header -->
<div class="page-header">
<div class="container">
<h2 class="page-title">Save Time When You Arrive</h2>
</div>
</div>
<!-- Page Header End -->
<div class="cps-main-wrap">
<!-- About us -->
<div class="cps-section cps-section-padding cps-bottom-0" id="service-box">
<div class="container">
<div class="row">
<div class="cps-service-boxs">
<div class="col-sm-4">
<div class="cps-service-box">
<div class="cps-service-icon">
<span class="ti-location-pin"></span>
</div>
<h4 class="cps-service-title">Address</h4>
<p class="cps-service-text">24 Graham rd , Clayton South 3169<br>Australia</p>
</div>
</div>
<div class="col-sm-4">
<div class="cps-service-box">
<div class="cps-service-icon">
<span class="ti-mobile"></span>
</div>
<h4 class="cps-service-title">Phone</h4>
<p class="cps-service-text">03 95408998(AU)<br></p>
</div>
</div>
<div class="col-sm-4">
<div class="cps-service-box">
<div class="cps-service-icon">
<span class="ti-email"></span>
</div>
<h4 class="cps-service-title">Email</h4>
<p class="cps-service-text">info@punjabcabs.com.au<br></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cps-section cps-section-padding" id="cps-contact" style="background-color: black;color: white;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-xs-12">
<div class="cps-section-header text-center">
<h3 class="cps-section-title">Get in Touch</h3>
<p class="cps-section-text">Contacting us to make a reservation has never been easier. At <?php echo e(Setting::get('site_title','Unicotaxi')); ?>, you can now make reservation online or by phone. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1">
<form id="contactForm" class="cps-contact-form style-2" action="<?php echo e(url('/contactprocess')); ?>" method="post">
<?php echo e(csrf_field()); ?>
<div class="row">
<div class="col-md-4 col-sm-6">
<input id="name" type="text" name="name" placeholder="Your Name">
<input id="email" type="email" name="email" placeholder="Email">
<input id="phone" type="tel" name="phone" placeholder="Phone">
</div>
<div class="col-md-8 col-sm-6">
<textarea id="content" name="content" placeholder="Your Message Here"></textarea>
<button type="submit">Send</button>
</div>
</div>
<?php if(Session::has('flash_success')): ?>
<p class="input-success"><?php echo e(Session::get('flash_success')); ?></p>
<?php endif; ?>
<?php if(Session::has('flash_error')): ?>
<p class="input-error"><?php echo e(Session::get('flash_error')); ?></p>
<?php endif; ?>
</form>
</div>
</div>
</div>
</div>
<!-- About us end -->
<div class="cps-cta style-4">
<div class="container text-center">
<h3 class="cps-cta-title">Tell us what happened ?</h3>
<p class="cps-cta-text">Kindly describe your complaint or problem by giving your details</p>
<div class="button-group">
<a class="btn btn-primary btn-square" href="<?php echo e(url('/complaint')); ?>" style="background-color: #ea4335;">SUBMIT A COMPLAINT</a>
</div>
</div>
</div>
<!-- About us end -->
<div class="cps-cta cps-gray-bg style-4">
<div class="container text-center">
<h3 class="cps-cta-title">Driver & Passenger App on Android and IOS</h3>
<p class="cps-cta-text">Your App for Taxis, Cars and Beyond...</p>
<div class="cps-cta-download">
<a href="<?php echo e(Setting::get('store_link_android','#')); ?>" target="_blank"><img src="<?php echo e(url('asset/theme/images/googleplay.png')); ?>" alt="Download from Google Play"></a>
<a href="<?php echo e(Setting::get('store_link_ios','#')); ?>" target="_blank"><img src="<?php echo e(url('asset/theme/images/appstore.png')); ?>" alt="Download from Play Store"></a>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('user.layout.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>