CRUD laboratory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Organization',
|
||||
'table_title' => 'Laboratory',
|
||||
'search_placeholder' => 'Organization name, address...',
|
||||
'table_no' => 'No.',
|
||||
'table_name_kh' => 'Name Khmer',
|
||||
@@ -11,14 +11,14 @@ return [
|
||||
'table_labs' => 'Labs',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Organization',
|
||||
'form_add_tittle' => 'New Laboratory',
|
||||
'form_name' => 'Full-Name',
|
||||
'form_login_email' => 'Login-Email',
|
||||
'form_ismnager' => 'Lab Manager',
|
||||
'form_edit_tittle' => 'Edit Organization Information',
|
||||
'form_edit_tittle' => 'Edit Laboratory Information',
|
||||
'form_system_role' => 'System-Role',
|
||||
'form_lab_cover' => 'Organization Coverage',
|
||||
'form_laboratory' => 'Organization',
|
||||
'form_lab_cover' => 'Laboratory Coverage',
|
||||
'form_laboratory' => 'Laboratory',
|
||||
'form_select_all_lab' => 'Select All Labs',
|
||||
'form_password' => 'Password',
|
||||
'form_address_en' => 'Address-En',
|
||||
|
||||
Reference in New Issue
Block a user