@extends('layouts.index')
@section('title', 'Tambah Grup')
@section('content_header')
Managemen Grup
@stop
@section('content')
@include('partials.breadcrumbs')
@if(!$isAdmin)
@include('group.akses')
@endif
@endsection
@include('partials.reset_form')
@include('partials.asset_datepicker')