@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
@php if ($status === $constant::INVOICE_STATUS_VERIFICATION) { $aksi = "id"; } else if($status === $constant::INVOICE_STATUS_OFFERED) { $aksi = "rangeVal"; } @endphp @tableconfig
@tableajax(route('productive.lender.invoicesData', ['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