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