@extends('layouts.authorized') @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Terduga Terorisme dan Organisasi Terorisme (DTTOT)') @section('headerCustom') @php $title = 'Daftar Terduga Terorisme dan Organisasi Terorisme (DTTOT)'; $urlPrefix = strtolower(str_replace("/", "", Request::route()->getPrefix())); @endphp @endsection @section('cssCustom') @endsection @section('content')
@include('cms.form.errorbox')
{{ $title }}
@tableconfig
@tableajax(route($urlPrefix.'.dttotData', ['status' => $status])) Action Kode Densus Nama Alias Nomor Identitas Kewarganegaraan Terduga Tempat Lahir Tanggal Lahir Alamat Deskripsi Status Ditambahkan pada Diperbarui pada @endtableajax
@endsection @section('jsCustom') @endsection