@extends('layouts.authorized')
@section('title', 'Daftar Lender')
@section('headerCustom')
@php
$title = 'Daftar Lender';
@endphp
@endsection
@section('cssCustom')
@if (checkUserPermission(App\Util\AclConstant::VIEW_MASKED_DATA))
@endif
@endsection
@section('content')
-
Semua
@foreach (\App\Util\Constant::INVESTOR_APPLICATION_STATUS_LABELS as $key => $label)
-
{{ $label }}
@endforeach
@tableconfig
@tableajax(route('admin.investorapplicationsData', ['status' => $status]))
ID |
ID Lender OJK |
Tgl. Pengajuan |
Nama Lender |
Tipe |
PIC Lender |
Kontak PIC |
VA Danamon |
Total Pembiayaan |
Status |
Action |
@endtableajax
@endsection
@section('jsCustom')
@if (checkUserPermission(App\Util\AclConstant::VIEW_MASKED_DATA))
@endif
@endsection