'Industry', 'names' => 'Industries', // Options for select boxes 'options' => [ 'status' => ['New','Approved','Rejected], ], // Placeholder for inputs 'placeholder' => [ 'name' => 'Enter the name', 'slug' => '', 'image' => 'Upload image', 'logo' => 'Upload image', 'description' => 'Enter the details', 'building' => 'Enter the no', 'street' => 'Enter the street', 'town' => 'Enter the town', 'state' => 'Enter the state', 'country' => 'Enter the country', 'pin' => 'Enter the pin', 'phone' => 'Enter the phone no', 'email' => 'Enter the email-id', 'website' => 'Enter the website', 'video' => 'Enter the url', 'google' => 'Enter the google address', 'facebook' => 'Enter the facebook address', 'twitter' => 'Enter the twitter address', 'linkedin' => 'Enter the linkedin address', 'location' => 'Enter the location', 'status' => 'Enter the status', 'upload_folder' => '', ], // Labels for inputs 'label' => [ 'name' => 'Name', 'slug' => '', 'image' => 'Image Uploading', 'logo' => 'Logo', 'description' => 'Description', 'building' => 'Building', 'street' => 'Street', 'town' => 'Town', 'state' => 'State', 'country' => 'Country', 'pin' => 'Pin', 'phone' => 'Phone', 'email' => 'Email-id', 'website' => 'Website', 'video' => 'Video', 'google' => 'google', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'linkedin' => 'LinkedIn', 'location' => 'Location', 'status' => 'Status', 'upload_folder' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];