diff --git a/module.json b/module.json index 9ac9e25..0e92183 100644 --- a/module.json +++ b/module.json @@ -63,6 +63,19 @@ "roles": [] } ], + "laporan": [ + { + "title": "Laporan Transaksi ATM", + "path": "atm-reports", + "icon": "ki-filled ki-printer text-lg text-primary", + "classes": "", + "attributes": [], + "permission": "", + "roles": [ + "administrator" + ] + } + ], "master": [ { "title": "Basic Data", diff --git a/resources/views/atm-reports/index.blade.php b/resources/views/atm-reports/index.blade.php new file mode 100644 index 0000000..adcc2a7 --- /dev/null +++ b/resources/views/atm-reports/index.blade.php @@ -0,0 +1,271 @@ +@extends('layouts.main') + +@section('title', 'ATM Transaction Reports') + +@section('breadcrumbs') + {{ Breadcrumbs::render(request()->route()->getName()) }} +@endsection + +@section('content') +
| + + | ++ ID + + | ++ Period + + | ++ Report Date + + | ++ Status + + | ++ Authorization + + | ++ Created At + + | +Action | +
|---|