<?php

return [
    // Labels
    'table_no' => '#',
    'total' => 'Total',
    'action' => 'Pilihan',
    'show_detail_title' => 'Lihat detail :type :title',

    // Actions
    'create' => 'Input',
    'show' => 'Lihat Detail',
    'edit' => 'Edit',
    'delete' => 'Hapus',
    'cancel' => 'Batal',
    'reset' => 'Reset',
    'delete_confirm' => 'Anda yakin akan menghapus?',
    'delete_confirm_button' => 'YA, hapus saja!',
];
