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

Akun

@foreach ($data as $item) @include('akuntan.modal.editAkun', ['item' => $item, 'kelompok' => $kelompok, 'tipe' => $tipe]) @endforeach
Kode Akun Nama Akun Kelompok Tipe Aksi
[{{ $item->kode_akun }}] {{ $item->nama_akun }} {{ $item->kelompok_akuns->nama_kelompok_akun }} {{ $item->tipe_akuns->nama_tipe_akun }}
@include('akuntan.modal.tambahAkun') @endsection @section('scripts') @if($message = Session::get('failed')) @endif @if($message = Session::get('success')) @endif @endsection