Commit 79f71c4c authored by Nicolas Widart's avatar Nicolas Widart

Merge commit 'dac8bd33'

* commit 'dac8bd33':
  Squashed 'Modules/Dashboard/' changes from 26e50695..7eef842
parents 51dd1d86 dac8bd33
......@@ -5,13 +5,14 @@
Dashboard
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#"><i class="fa fa-dashboard"></i> {{ trans('core::core.breadcrumb.home') }}</a></li>
</ol>
@stop
@section('content')
<div class="row">
<div class="col-md-12">
@include('flash::message')
<p>{{ trans('dashboard::dashboard.welcome-message') }}</p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment