diff --git a/resources/views/permohonan/index.blade.php b/resources/views/permohonan/index.blade.php index 579e82b..a0d8dec 100644 --- a/resources/views/permohonan/index.blade.php +++ b/resources/views/permohonan/index.blade.php @@ -8,7 +8,7 @@
+ data-datatable-state-save="false" id="permohonan-table" data-api-url="{{ route('permohonan.datatables') }}">

Daftar Permohonan @@ -22,53 +22,55 @@
Export to Excel - Tambah Permohonan + @if(auth()->user()->hasAnyRole(['administrator', 'pemohon-ao'])) + Tambah Permohonan + @endif

+ data-datatable-table="true"> - - - + + - + - + - + - + - + - + - + - - + + +
- - +
+ + Nomor Registrasi - + Tanggal Permohonan - + User Pemohon - + Cabang Pemohon - + Debitur - + Tujuan Penilaian - + Status - + Keterangan - Action
Action
@@ -90,6 +92,10 @@ @endsection @push('scripts') + +