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


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


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








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


@parent


<?php echo Module::style('gallery', 'css/gallery.css'); ?>


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





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


@parent


<?php echo Module::script('gallery', 'js/gallery.js'); ?>


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