employment_contract_period) && $record->employment_contract_period == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="employment_contract_period" class="form-check-input"/>
place_of_employment) && $record->place_of_employment == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="place_of_employment" class="form-check-input"/>
content_of_work) && $record->content_of_work == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="content_of_work" class="form-check-input"/>
working_hours_etc) && $record->working_hours_etc == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="working_hours_etc" class="form-check-input"/>
holiday) && $record->holiday == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="holiday" class="form-check-input"/>
vacation) && $record->vacation == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="vacation" class="form-check-input"/>
wages) && $record->wages == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="wages" class="form-check-input"/>
retirement_related_matters) && $record->retirement_related_matters == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="retirement_related_matters" class="form-check-input"/>
other) && $record->other == 1 ? 'checked' : '' }} type="checkbox" {{ $type == 'detail' ? 'disabled' : '' }} name="other" class="form-check-input"/>