<?php $__env->startSection('sidebar_menu'); ?>


<li><a href="<?php echo URL::to('component/contact/create'); ?>"><i class="fa fa-plus-square"></i> Yeni Adres Ekle</a></li>


<li><a href="<?php echo URL::to('component/contact/list'); ?>"><i class="fa fa-list"></i> İletişim İstekleri</a></li>


<?php $__env->stopSection(); ?>








<?php $__env->startSection('foot_hook'); ?>


@parent


<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>


<?php $__env->stopSection(); ?>