mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
17 lines
429 B
PHP
17 lines
429 B
PHP
@extends('layout.dashboard')
|
|
|
|
@section('content')
|
|
<div class="header">
|
|
<span class="uppercase">
|
|
<i class="icon ion-speedometer"></i> {{ Lang::get('cachet.dashboard.dashboard') }}
|
|
</span>
|
|
</div>
|
|
<div class="content-wrapper">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<p class='lead'>Let's put cool things here.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@stop
|