'Checklist', 'names' => 'Checklists', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Checklists', 'sub' => 'Checklists', 'list' => 'List of checklists', 'edit' => 'Edit checklist', 'create' => 'Create new checklist' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [Onboarding,PartialLive,Live], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'restaurant_id' => 'Restaurant ID', 'status' => '', 'checklist' => '', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'restaurant_id' => 'Restaurant ID', 'status' => '', 'checklist' => '', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'restaurant_id' => ['name' => 'Restaurant ID', 'data-column' => 1, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Checklists', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];