<?php $__env->startSection('content'); ?>
<section class="content-header">
    <h1>
        Dashboard
        <small>Control panel</small>
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
        <li class="active">Items</li>
        <li class="active">All items</li>
    </ol>
</section>

<!-- Main content -->
<section class="content">
    <div class="box col-md-10">
        <div class="box-header">
            Isuru
        </div>
        <div class="box-body">
            Galagamage Isuru Shehan Bhagya Ranathunga
        </div>
    </div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('welcome', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>