@extends('cms.layouts.authorized') @section('title', 'Daftar Lender') @section('headerCustom') @php $title = 'Daftar Lender'; @endphp @endsection @section('content')
{{ $title }}
@tableconfig
@tableajax(route('admin.investorapplicationsData', ['status' => $status])) ID Tgl. Pengajuan Nama Lender Tipe PIC Lender Kontak PIC VA Danamon Total Pembiayaan Status Action @endtableajax
@endsection @section('jsCustom') @endsection