draft_type) style="background-color: {{ $draft_item->draft_type->color }}" @endif>
+
+
-
- {{ $i++ }}
-
-
- Vorlagen-Typ*
- {!! HTMLHelper::getDraftTypes($draft_item->draft_type_id) !!}
-
-
-
-
- (Datum) Start + Tage
- {!! HTMLHelper::getRangeOptions($draft_item->days_start, 30, ' Tag(e)') !!}
-
-
-
-
- (Datum) Dauer + Tage
- {!! HTMLHelper::getRangeOptions($draft_item->days_duration, 30, ' Tag(e)') !!}
-
-
-
-
-
- 0
- {!! HTMLHelper::getRangeOptions($draft_item->adult, 10, ' T.') !!}
+
+ {{ $i++ }}
+
+
+ Vorlagen-Typ*
+ {!! HTMLHelper::getDraftTypes($draft_item->draft_type_id) !!}
- {{ Form::text('draft_item['.$draft_item->id.'][price_adult]', $draft_item->price_adult, array('placeholder'=>__('Preis in €'), 'class'=>'form-control', 'id'=>'draft_item_'.$draft_item->id.'_price_adult',)) }}
-
- €
-
-
-
-
-
-
- Kinder
- {!! HTMLHelper::getRangeOptions($draft_item->children, 10, ' K.') !!}
+
+
+
+ (Datum) Start + Tage
+ {!! HTMLHelper::getRangeOptions($draft_item->days_start, 30, ' Tag(e)') !!}
- {{ Form::text('draft_item['.$draft_item->id.'][price_children]', $draft_item->price_children, array('placeholder'=>__('Preis in €'), 'class'=>'form-control', 'id'=>'draft_item_'.$draft_item->id.'_price_children')) }}
-
- €
-
-
-
-
-
-
-
-
+
+
+
+ (Datum) Dauer + Tage
+ {!! HTMLHelper::getRangeOptions($draft_item->days_duration, 30, ' Tag(e)') !!}
+
+
+
+
+
+ 0
+ {!! HTMLHelper::getRangeOptions($draft_item->adult, 10, ' T.') !!}
+
+ {{ Form::text('draft_item['.$draft_item->id.'][price_adult]', $draft_item->price_adult, array('placeholder'=>__('Preis in €'), 'class'=>'form-control', 'id'=>'draft_item_'.$draft_item->id.'_price_adult',)) }}
+
+ €
+
+
+
+
+
+
+ Kinder
+ {!! HTMLHelper::getRangeOptions($draft_item->children, 10, ' K.') !!}
+
+ {{ Form::text('draft_item['.$draft_item->id.'][price_children]', $draft_item->price_children, array('placeholder'=>__('Preis in €'), 'class'=>'form-control', 'id'=>'draft_item_'.$draft_item->id.'_price_children')) }}
+
+ €
+
+
+
+
+
+
+
+
+