Component Groups. Closes #146.

This commit is contained in:
James Brooks
2015-01-04 20:56:10 +00:00
parent 35c0d25112
commit 0846cfdbca
12 changed files with 305 additions and 2 deletions
@@ -1,7 +1,11 @@
@extends('layout.dashboard')
@section('content')
<div class="header fixed">
@if(isset($subMenu))
@include('partials.dashboard.sub-sidebar')
@endif
<div class='content-panel'>
<div class="header">
<span class="uppercase">
<i class="icons ion-ios-keypad"></i> {{ trans('cachet.dashboard.components') }}
</span>
@@ -40,4 +44,5 @@
</form>
</div>
</div>
</div>
@stop