@extends('layouts.authorized')
@inject('constant', '\App\Util\Constant')
@section('title', 'Daftar Pendanaan')
@section('headerCustom')
@php
$title = 'Daftar Pendanaan';
@endphp
@endsection
@section('cssCustom')
@endsection
@section('content')
@tableconfig
@tableajax(route('productive.lender.invoicePayment.data'))
No. Invoice/PO |
No. Va Lender |
Metode Pembayaran |
Nilai Pendanaan |
Waktu Pengajuan |
Status Akad |
Status Dana |
Status Pengembalian |
Dokumen Kontrak |
Dokumen Privy |
Dokumen Signed |
Dokumen Borrower |
Status Pembiayaan |
Aksi |
@endtableajax
@endsection
@section('jsCustom')
@endsection