<?php $__env->startSection('page-body'); ?>
<!-- Content Header (Page header) -->
<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">Dashboard</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<h1 class="text-center"><b>Welcome to MIP CMS</b></h1>
</section>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page-js'); ?>
<?php echo $__env->make('Client::notify', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('Client::layouts', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/mip/mip/app/Modules/Client/Views/dashboard/dashboard.blade.php ENDPATH**/ ?>