'Blog', 'names' => 'Blogs', 'title' => [ 'main' => 'Blogs', 'sub' => 'Blogs' ], /** * Options for select/radio/check. */ 'options' => [ 'published' => ['yes','no'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'category_id' => 'Please enter category id', 'name' => 'Please enter name', 'slug' => 'Please enter slug', 'author' => 'Please enter author', 'description' => 'Please enter description', 'published' => 'Please select published', 'images' => 'Please enter images', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'category_id' => 'Category id', 'name' => 'Name', 'slug' => 'Slug', 'author' => 'Author', 'description' => 'Description', 'published' => 'Published', 'images' => 'Images', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'category_id' => ['name' => 'Category id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], 'author' => ['name' => 'Author', 'data-column' => 3, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 4, 'checked'], 'published' => ['name' => 'Published', 'data-column' => 5, 'checked'], 'images' => ['name' => 'Images', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Blogs', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];