@if($group = Session::get('group'))
@if($group->isValid())
{{ sprintf("%s %s", trans('dashboard.notifications.awesome'), trans('dashboard.components.groups.add.success')) }}
@else
{{ sprintf("%s %s", trans('dashboard.notifications.whoops'), trans('dashboard.components.groups.add.failure').' '.$group->getErrors()) }}
@endif
@endif