@extends('layouts.app') @section('title') Buat Kelompok Indikator @endsection @section('content')

Buat Kelompok Indikator

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'groups.store']) !!}
@include('groups.fields')
{!! Form::close() !!}
@endsection