'Performance', 'names' => 'Performances', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Performances', 'sub' => 'Performances', 'list' => 'List of performances', 'edit' => 'Edit performance', 'create' => 'Create new performance' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'title' => 'Please enter title', 'year' => 'Please select year', 'slug' => 'Please enter slug', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'title' => 'Title', 'year' => 'Year', 'slug' => 'Slug', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'year' => ['name' => 'Year', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Performances', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];