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


<li><a href="<?php echo URL::to('component/page/create'); ?>"><i class="fa fa-plus-square-o"></i> Yeni Sayfa Oluştur</a></li>


<li><a href="<?php echo URL::to('component/page/category'); ?>"><i class="fa fa-bars"></i> Kategoriler</a></li>


<li><a href="<?php echo URL::to('component/page/createcategory'); ?>"><i class="fa fa-plus"></i> Yeni Kategori</a></li>


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








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


@parent


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





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


@parent


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