@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::open(array('route' => 'result-groups.store','method'=>'POST')) !!}

@lang('dashboard.label_create_result_group')

{!! Form::close() !!}
@endsection