@extends('layouts.authorized') @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Payor') @section('headerCustom') @php $title = 'Daftar Payor'; $urlPrefix = strtolower(str_replace("/", "", Request::route()->getPrefix())); @endphp @endsection @section('cssCustom') @endsection @section('content')
@include('cms.form.errorbox')
{{ $title }}
@tableconfig
@tableajax(route($urlPrefix.'.payorData')) Action Kode Payor Nama Payor Tahun Berdiri Industri Domisili Deskripsi Ditambahkan pada Diperbarui pada @endtableajax
@endsection @section('jsCustom') @endsection