'UniMessage', 'names' => 'UniMessages', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'contact_name' => 'Enter Name', 'contact_email' => 'Enter your email', 'message' => 'Enter your message to the agent', 'contact_number' => 'Enter your number', 'status' => '', 'post_id' => '', ], // Labels for inputs 'label' => [ 'contact_name' => 'Contact Name', 'contact_email' => 'email', 'message' => 'message', 'contact_number' => 'number', 'status' => '', 'post_id' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];