@includeWhen(property_exists($this, 'learner'), 'livewire.forms.inputs.learner', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'course'), 'livewire.forms.inputs.course', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'order_number'), 'livewire.forms.inputs.orderNumber', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'issue_date'), 'livewire.forms.inputs.issueDate', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'teacher'), 'livewire.forms.inputs.teacher', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'assisted_hours'), 'livewire.forms.inputs.assistedHours', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'certificate_type'), 'livewire.forms.inputs.certificateType', ['class' => 'col-2 mb-3'])