'Candidate', 'names' => 'Candidates', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Candidates', 'sub' => 'Candidates' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => '', 'gender' => 'Please enter gender', 'first_name' => 'Please enter first name', 'last_name' => 'Please enter last name', 'dob' => 'Please select dob', 'birthplace' => 'Please enter birthplace', 'country' => 'Please select your country', 'marital_status' => 'Please select marital status', 'children' => 'Please enter children', 'religion' => 'Please enter religion', 'profile_pitcure' => 'Please enter profile pitcure', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'email' => '', 'phone' => '', 'whatsapp_number' => '', 'skype_id' => '', 'zoom_id' => '', 'live_in_germany' => '', 'living_in_germany_from' => '', 'address_country' => '', 'address' => '', 'zip' => '', 'place' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => '', 'gender' => 'Gender', 'first_name' => 'First name', 'last_name' => 'Last name', 'dob' => 'Dob', 'birthplace' => 'Birth place', 'country' => 'Country', 'marital_status' => 'Marital status', 'children' => 'Children', 'religion' => 'Religion', 'profile_pitcure' => 'Profile pitcure', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'email' => 'Email', 'phone' => 'phone', 'whatsapp_number' => 'WhatsApp Number', 'skype_id' => 'Skype ID', 'zoom_id' => '', 'live_in_germany' => 'Are you living in Germany ?', 'living_in_germany_from' => 'Living In Germany from', 'address_country' => 'Select country', 'address' => 'address', 'zip' => 'zip', 'place' => 'Place', ], ];