@extends('master')
@section('title', 'Master Mesin')
@section('subjudul', 'Master Mesin')
@section('headersect')
@include('header')
@endsection
@section('sidebarsect')
@include('sidebar')
@endsection
@section('content')
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@isset($pesanerr)
@endisset
No Akun | Nama Akun | Sub Dari | |
@foreach($datakun as $rowdata)
{{ $rowdata->NoAkun }} |
{{ $rowdata->NamaAkun }} |
{{ $rowdata->Golongan }} |
Edit |
Hapus
|
@endforeach
@endsection