@extends('user.layouts.index') @section('content')
Edit Kategori
{!! Form::open( array( 'url' => 'user/group/'.$group->id, 'method' => 'PUT', 'class' =>'form-horizontal', ) ) !!} @if ($errors->any())
@endif
Keluar
{!! Form::close() !!}
@endsection