@extends('layouts.authorized') @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Restruktur Pembiayaan Produktif') @section('headerCustom') @php $title = 'Daftar Restruktur Pembiayaan Produktif'; @endphp @endsection @section('cssCustom') @endsection @section('content')
{{ $title }}
To
To
To
@php if ($status === $constant::INVOICE_STATUS_VERIFICATION) { $aksi = 'id'; } elseif ($status === $constant::INVOICE_STATUS_OFFERED) { $aksi = 'rangeVal'; } @endphp @tableconfig
@tableajax( route('productive.lender.restructureInvoicesData', ['status' => $status, 'role' => $roleApprovalVerification]) ) No. Tgl. Pengajuan Tgl. Penyaluran Tgl. Jatuh Tempo Borrower Nilai Invoice Nilai Pembiayaan Nilai Pembiayaan Payor Tenor Ujroh Dokumen Pendukung {{-- Fact Sheet Simulasi Pembiayaan --}} Aksi @endtableajax
@endsection @section('jsCustom') @endsection