'Page', 'names' => 'Pages', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Pages', 'sub' => 'Pages' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [ [ 'key' => 'Show', 'value' => 'Show', 'text' => 'Show', ], [ 'key' => 'Hide', 'value' => 'Hide', 'text' => 'Hide', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'title' => 'Please enter title', 'heading' => 'Please enter heading', 'sub_heading' => 'Please enter sub heading', 'abstract' => 'Please enter abstract', 'content' => 'Please enter content', 'meta_title' => 'Please enter meta title', 'meta_keyword' => 'Please enter meta keyword', 'meta_description' => 'Please enter meta description', 'banner' => 'Please enter banner', 'images' => 'Please enter images', 'compile' => 'Please enter compile', 'view' => 'Please enter view', 'category' => 'Please enter category', 'order' => 'Please enter order', 'slug' => 'Please enter slug', 'status' => 'Please select status', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'title' => 'Title', 'heading' => 'Heading', 'sub_heading' => 'Sub heading', 'abstract' => 'Abstract', 'content' => 'Content', 'meta_title' => 'Meta title', 'meta_keyword' => 'Meta keyword', 'meta_description' => 'Meta description', 'banner' => 'Banner', 'images' => 'Images', 'compile' => 'Compile', 'view' => 'View', 'category' => 'Category', 'order' => 'Order', 'slug' => 'Slug', 'status' => 'Status', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];