@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')
-
Semua
@foreach($constant::CUSTOMER_STATUS_LABELS as $key => $label)
-
{{ $label }}
@endforeach
@tableconfig
@tableajax(route('admin.customersData',['status' => $status]))
ID |
Penerima Pembiayaan |
No. HP |
Tipe |
Status Pembiayaan |
Plafond |
Status |
Aksi |
@endtableajax
@endsection
@section('jsCustom')
@endsection