@includeWhen(property_exists($this, 'first_name'), 'livewire.forms.inputs.firstName', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'last_name'), 'livewire.forms.inputs.lastName', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'patronymic'), 'livewire.forms.inputs.patronymic', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'idnp'), 'livewire.forms.inputs.idnp', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'issue_authority'), 'livewire.forms.inputs.issueAuthority', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'issue_date'), 'livewire.forms.inputs.issueDate', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'address'), 'livewire.forms.inputs.address', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'email'), 'livewire.forms.inputs.email', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'birthday'), 'livewire.forms.inputs.birthday', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'phone'), 'livewire.forms.inputs.phone', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'sex'), 'livewire.forms.inputs.sex', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'institution'), 'livewire.forms.inputs.institution', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'locality'), 'livewire.forms.inputs.locality', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'job_position'), 'livewire.forms.inputs.jobPosition', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'taught_course'), 'livewire.forms.inputs.taughtCourse', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'experience_years'), 'livewire.forms.inputs.experienceYears', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'teaching_license'), 'livewire.forms.inputs.teachingLicense', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'trainer_experience'), 'livewire.forms.inputs.trainerExperience', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'digital_skills_level'), 'livewire.forms.inputs.digitalSkillsLevel', ['class' => 'col-2 mb-3'])