@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')
{{ $title }}
To
@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