'Tutorial', 'names' => 'Tutorials', 'title' => [ 'user' => 'My Tutorials', 'admin' => 'Tutorials', 'sub' => [ 'user' => 'Tutorials created by me', 'admin' => 'Tutorials', ], ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => 'Title', 'chapter_id' => '', 'Content' => 'Content', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'chapter_id' => 'Chapter', 'Content' => 'Content', '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', ], ];