@extends('layouts.authorized')
@inject('constant', '\App\Util\Constant')
@section('title', 'Daftar Merchant')
@section('headerCustom')
@endsection
@section('content')
@tableconfig
@tableajax(route('admin.userAnchorData'))
Nama Anchor |
Tipe Anchor |
Nama PIC |
Email PIC |
Aksi |
@endtableajax
@endsection
@section('jsCustom')
@endsection