'Pet', 'names' => 'Pets', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'name_of_pet' => 'Name of Pet', 'perfecture_id' => '', 'reward_id' => '', 'lost_date' => 'Date of Lost', 'color_of_pet' => 'Color of Pet', 'age_of_pet' => 'Age of Pet', 'character' => 'Character', 'characteristics' => 'Dog Characteristics', 'status' => 'Status', 'map_lat' => '', 'map_lang' => '', 'other_amount' => 'Other Amount', ], // Labels for inputs 'label' => [ 'name_of_pet' => 'Name of Pet', 'perfecture_id' => '', 'reward_id' => '', 'lost_date' => 'Date of Lost', 'color_of_pet' => 'Color of Pet', 'age_of_pet' => 'Age of Pet', 'character' => 'Character', 'characteristics' => 'Dog Characteristics', 'status' => 'Status', 'map_lat' => '', 'map_lang' => '', 'other_amount' => 'Other Amount', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];