@extends('layout.dashboard') @section('content')
{{ trans('cachet.dashboard.components') }} > Create a component group
@if($group = Session::get('group'))
@if($group->isValid()) Awesome. Component group created. @else Whoops. Something went wrong with the group. {{ $group->getErrors() }} @endif
@endif
Cancel
@stop