'Article', 'names' => 'Articles', /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'title' => '', 'slug' => 'Slug', 'user_id' => '', 'sapo' => '', 'content' => '', 'published_at' => '', 'category_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'title' => 'Title', 'slug' => 'Slug', 'user_id' => '', 'sapo' => 'Sapo', 'content' => 'Content', 'published_at' => 'Publish Date', 'category_id' => 'Category', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];