@extends('layouts.authorized') @section('title', 'Daftar Merchant') @section('headerCustom') @php $title = $model::getTitleIndex(); @endphp @endsection @section('cssCustom') @if (checkUserPermission(App\Util\AclConstant::VIEW_MASKED_DATA)) @endif @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') @if (checkUserPermission(App\Util\AclConstant::VIEW_MASKED_DATA)) @endif @endsection