@extends('cms.layouts.authorized') @inject('aclConstant', "App\Util\AclConstant") @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Penerima Pembiayaan') @section('headerCustom') @php $title = 'Daftar Penerima Pembiayaan'; @endphp @endsection @section('content')
{{ $title }}
@tableconfig
@tableajax(route('admin.customersData',['status' => $status])) ID Penerima Pembiayaan No. HP Tipe Status Pembiayaan Plafond Status Aksi @endtableajax
@endsection @section('jsCustom') @endsection