/home/mip/mip/app/Modules/Client/Views/dashboard/dashboard.blade.php
@extends('Client::layouts')
@section('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>
@stop
@section('page-js')     
    @include('Client::notify')
@stop