'DestinationCategory', 'names' => 'DestinationCategories', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'DestinationCategories', 'sub' => 'DestinationCategories', 'list' => 'List of destination_categories', 'edit' => 'Edit destination_category', 'create' => 'Create new destination_category' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['show','hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ '2019' => 'Please select 2019', 'id' => 'Please enter id', 'name' => 'Please enter name', 'slug' => 'Please enter slug', 'status' => 'Please select status', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', '10)' => 'Please select 10)', ], /** * Labels for inputs. */ 'label' => [ '2019' => '2019', 'id' => 'Id', 'name' => 'Name', 'slug' => 'Slug', 'status' => 'Status', 'user_id' => 'User id', 'user_type' => 'User type', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', '10)' => '10)', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ '2019' => ['name' => '2019', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], '10)' => ['name' => '10)', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'DestinationCategories', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];