@extends('layouts.authorized')
@inject('constant', '\App\Util\Constant')
@section('title', 'Daftar Penarikan Dana Lender Produktif')
@section('headerCustom')
@php
$title = 'Daftar Penarikan Dana Lender Produktif';
@endphp
@endsection
@section('content')
-
Semua
@foreach($constant::WITHDRAW_STATUS_LABELS as $key => $label)
-
{{ $label }}
@endforeach
@tableconfig
@tableajax(route('admin.rdl.withdraw-list-data', ['status' => $status]))
Tanggal Pengajuan |
Pic Email |
Pic Name |
Amount |
Nama Bank |
Nomor Rekening |
Status |
Rdl Status |
Aksi |
@endtableajax
@endsection
@section('jsCustom')
@endsection