Teilnehmer extra, Emails Anfragen Order

This commit is contained in:
Kevin Adametz 2021-09-15 19:11:38 +02:00
parent a718baf971
commit 5e3bd3a1ba
19 changed files with 174 additions and 48 deletions

View file

@ -18,6 +18,7 @@
</tr>
</thead>
<tbody>
@if($booking->participant_firstname)
<tr>
<th scope="row">
{{ Form::select('participant_salutation_id', \App\Services\Model::getSalutationArray(false) , $booking->participant_salutation_id, array('class'=>'custom-select', 'id'=>'participant_salutation_id')) }}
@ -42,6 +43,7 @@
&nbsp;
</td>
</tr>
@endif
@if($booking->participants)
@foreach($booking->participants as $item)