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