@extends('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. Pembiayaan |
No. PO |
No. Invoice |
{{-- Metode Pembayaran | --}}
Nilai Pembiayaan |
Tanggal Pengajuan |
{{-- Status Akad | --}}
{{-- Status Dana | --}}
{{-- Status Pengembalian | --}}
Tgl. Persetujuan Anchor |
Tgl. Pencairan |
Tgl. Jatuh Tempo |
Tgl. Pembayaran |
No. VA Pembayaran |
{{-- Dokumen Kontrak |
Dokumen Privy |
Dokumen Signed | --}}
Dokumen Borrower |
Status |
@endtableajax
@endsection
@section('jsCustom')
@endsection