@extends('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.restructureinvoicesData', ['status' => $status, 'role' => $roleApprovalVerification])) No. Ref Invoice Tipe Pembiayaan Tgl. Pengajuan Tgl. Penyaluran Tgl. Jatuh Tempo Borrower Relationship Manager Nilai Invoice Nilai Pembiayaan 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