@includeIf('layouts.components.card_header', [ 'title' => 'Labor' ])
@includeIf('layouts.components.inputs', [ 'input_id' => 'spoon_number', 'placeholder' => 'Löffelnummer', 'disabled' => $disabled, ])
@includeIf('layouts.components.inputs', [ 'input_id' => 'tooth_shade', 'placeholder' => 'Zahnfarbe', 'disabled' => $disabled, ])
@includeIf('layouts.components.inputs', [ 'input_type' => 'checkbox', 'input_id' => 'repair', 'check_label' => 'Reparatur', 'value' => $order->tooth_shade ?? '', 'margin_top' => 0, 'label_class' => '', 'disabled' => $disabled, ])