@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')
{{ $title }}
@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