'Kegiatan', 'names' => 'Kegiatans', /** * Options for select/radio/check. */ 'options' => [ 'status' => [yes, no], ], /** * Placeholder for inputs */ 'placeholder' => [ 'photo_id' => '', 'title' => '', 'description' => '', 'short_description' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'photo_id' => '', 'title' => '', 'description' => '', 'short_description' => '', 'status' => '', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];