@extends('layouts.main') @section('content')

Kelompok Akun

@foreach ($data as $d) @include('akuntan.modal.editKelompok') @endforeach
Kode Kelompok Akun Nama Kelompok Akun Aksi
{{ $d->kode_kelompok_akun }} {{ $d->nama_kelompok_akun }}
@include('akuntan.modal.tambahKelompok') @section('scripts') {{-- --}} @if($message = Session::get('failed')) @endif @if($message = Session::get('success')) @endif @endsection @endsection