'ManageBusListing', 'names' => 'ManageBusListings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ManageBusListings', 'sub' => 'ManageBusListings', 'list' => 'List of manage_bus_listings', 'edit' => 'Edit manage_bus_listing', 'create' => 'Create new manage_bus_listing' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'source' => 'source', ], /** * Labels for inputs. */ 'label' => [ 'source' => 'Source', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'source' => ['name' => 'Source', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'ManageBusListings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];