@extends('layouts.main') @section('title', 'Master Kelompok Detail - Asset Management') @section('pagetitle', 'Master Kelompok Detail') @section('content')
Kelompok Detail Form
Kelompok Detail List
@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif @if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif
Kelompok Detail Kelompok Template Menu
@endsection @section('js') @endsection