<?php $__env->startSection('title'); ?> Dashboard <?php $__env->stopSection(); ?>
<?php $__env->startSection('body'); ?>
    Dashboard
    <!-- <div class="col-md-2">
        <input type="text" class="form-control datetimepicker"/>
    </div> -->
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<!-- <script>
    $(function(){
        $('.datetimepicker').datetimepicker({
            dateFormat: "yy-mm-dd",
            timeFormat: "hh:mm tt"
        });
    });
</script> -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>