'Area', 'names' => 'Areas', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Areas', 'sub' => 'Areas', 'list' => 'List of areas', 'edit' => 'Edit area', 'create' => 'Create new area' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'AreaName' => '', 'City_id' => '', 'description' => '', 'image' => '', ], /** * Labels for inputs. */ 'label' => [ 'AreaName' => '', 'City_id' => '', 'description' => '', 'image' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Areas', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];