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