23-01-2026
This commit is contained in:
parent
8fd1f4d451
commit
389d5d1820
59 changed files with 9642 additions and 883 deletions
|
|
@ -236,7 +236,7 @@
|
|||
name="draft_item[{{ $booking_draft_item->id }}][adult]"
|
||||
id="draft_item_{{ $booking_draft_item->id }}_adult">
|
||||
<option value="">0</option>
|
||||
{!! HTMLHelper::getRangeOptions($booking_draft_item->adult, 10, '') !!}
|
||||
{!! HTMLHelper::getRangeOptions($booking_draft_item->adult, 20, '') !!}
|
||||
</select>
|
||||
{{ Form::text('draft_item[' . $booking_draft_item->id . '][price_adult]', $booking_draft_item->price_adult, ['placeholder' => __('Preis in €'), 'class' => 'form-control', 'id' => 'draft_item_' . $booking_draft_item->id . '_price_adult', 'maxlength' => 10]) }}
|
||||
<span class="input-group-append">
|
||||
|
|
@ -251,7 +251,7 @@
|
|||
name="draft_item[{{ $booking_draft_item->id }}][children]"
|
||||
id="draft_item_{{ $booking_draft_item->id }}_children">
|
||||
<option value="">0</option>
|
||||
{!! HTMLHelper::getRangeOptions($booking_draft_item->children, 10, '') !!}
|
||||
{!! HTMLHelper::getRangeOptions($booking_draft_item->children, 20, '') !!}
|
||||
</select>
|
||||
{{ Form::text('draft_item[' . $booking_draft_item->id . '][price_children]', $booking_draft_item->price_children, ['placeholder' => __('Preis in €'), 'class' => 'form-control', 'id' => 'draft_item_' . $booking_draft_item->id . '_price_children']) }}
|
||||
<span class="input-group-append">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue