'TicketInputing', 'names' => 'TicketInputings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'TicketInputings', 'sub' => 'TicketInputings', 'list' => 'List of ticket_inputings', 'edit' => 'Edit ticket_inputing', 'create' => 'Create new ticket_inputing' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'bus_id' => '', 'journey_date' => '', 'ticket_seats' => '', 'description' => '', 'user_id' => '', 'user_type' => '', ], /** * Labels for inputs. */ 'label' => [ 'bus_id' => '', 'journey_date' => '', 'ticket_seats' => '', 'description' => '', 'user_id' => '', 'user_type' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'TicketInputings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];