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