@extends('cms.layouts.authorized') @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Pembiayaan Produktif') @section('headerCustom') @php $title = 'Daftar Pembiayaan Produktif'; @endphp @endsection @section('cssCustom') @endsection @section('content')
{{ $title }}
To
To
To
@tableconfig
@tableajax(route('admin.invoicesData', ['status' => $status, 'role' => $roleApprovalVerification])) No. Tipe Pinjaman Tgl. Pengajuan Tgl. Penyaluran Tgl. Jatuh Tempo Borrower Relationship Manager Nilai Invoice Nilai Pengajuan Nilai Pembiayaan Nilai Pemakaian Nilai Outstanding Payor Tenor Ujroh Grade Status Pembiayaan Status Payment Status Repayment Tgl. Repayment Aksi @if ($status == $constant::INVOICE_STATUS_ACTIVE) Hari Berjalan Total Ujroh Harian Total Pengembalian Simulasi Percepatan @endif @endtableajax
@endsection @section('jsCustom') @endsection