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

Edit Kelompok Indikator

@include('stisla-templates::common.errors')
{!! Form::model($group, ['route' => ['groups.update', $group->id], 'method' => 'patch']) !!}
@include('groups.fields')
{!! Form::close() !!}
@endsection