@extends('cms.layouts.authorized') @section('title', 'Daftar Pemberi Pembiayaan') @section('headerCustom') @php $title = 'Daftar Pemberi Pembiayaan'; @endphp @endsection @section('content')
{{ $title }} @if (checkPermission(\App\Util\AclConstant::INVESTOR_CREATE)) Tambah Pemberi Pembiayaan @endif
@tableconfig
@tableajax(route('admin.investorsData')) @tableth($model) Aksi @endtableajax
@endsection @section('jsCustom') @endsection