@includeWhen(property_exists($this, 'name'), 'livewire.forms.inputs.name', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'course'), 'livewire.forms.inputs.course', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'start_date'), 'livewire.forms.inputs.start_date', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'end_date'), 'livewire.forms.inputs.end_date', ['class' => 'col-2 mb-3'])
@includeWhen(property_exists($this, 'teacher'), 'livewire.forms.inputs.teacher', ['class' => 'col-2 mb-3'])