

<?php $__env->startSection('css'); ?>
<link href="<?php echo e(asset('/css/bootstrapValidator.min.css')); ?>" rel="stylesheet">
<?php $__env->stopSection(); ?>
<!-- hai hello -->
<?php $__env->startSection('content'); ?>


    <div class="container">
	<!--breadcurmb starts here-->
  <ol class="breadcrumb cust-breadcrumb">
  <li><a href="#">Home</a></li>
  <li class="active">My Likes</li>
  </ol><!--breadcurmb ends here-->
  <div class="row">
              <?php if(Session::get('error_msg')!="" && Session::get('error_msg')): ?>
                <div class="col-md-12">
                  <div class="alert alert-danger">
                     <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                       <span aria-hidden="true">&times;</span>
                     </button>
                      <?php echo e(Session::get('error_msg')); ?>

                  </div>
                </div>
              <?php endif; ?>
  </div>
      <section class="body-content"> 
  <div class="row">

        <?php echo $__env->make("left_menu", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
       <div class="col-sm-9 right-pannel">
<div class="imagebanner-block">
<img src="images/My-Likes_banner.jpg"  class="img-responsive" alt="banner">
<h1 class="banner-txt">My Likes</h1>
</div>

            <div class="big_icons-div">
<div class="big_icons-block">
<div class="row">
<div class="col-sm-3"> <a href="<?php echo e(url('mylikes/profiles')); ?>"><img src="images/My-Likes_profile-icon.jpg" class="img-responsive"></a><a href="<?php echo e(url('mylikes/profiles')); ?>"><h1>Profiles</h1></a></div>
<div class="col-sm-3"><a href="<?php echo e(url('mylikes/pictures')); ?>"><img src="images/My-Likes_picture-icon.jpg" class="img-responsive"></a><a href="<?php echo e(url('mylikes/pictures')); ?>"><h1>Pictures</h1></a></div>
<div class="col-sm-3"><a href="<?php echo e(url('mylikes/videos')); ?>"><img src="images/My-Likes_videos-icon.jpg" class="img-responsive"></a><a href="<?php echo e(url('mylikes/videos')); ?>"><h1>Videos</h1></a></div>
<div class="col-sm-3"><a href="<?php echo e(url('mylikes/resumes')); ?>"><img src="images/My-Likes_resumes-icon.jpg" class="img-responsive"></a><a href="<?php echo e(url('mylikes/resumes')); ?>"><h1>Resumes</h1></a></div>


</div>



</div>


</div>

</div> <!--right column block end-->
 
  
  </div>
  
    </div>
  </section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('js'); ?>
<script src="<?php echo e(asset('js/bootstrapValidator.min.js')); ?>"></script>
<script src="<?php echo e(asset('js/maskedinput/jquery.maskedinput.min.js')); ?>"></script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>