Teilnehmer extra, Emails Anfragen Order
This commit is contained in:
parent
a718baf971
commit
5e3bd3a1ba
19 changed files with 174 additions and 48 deletions
|
|
@ -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 @@
|
|||
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
@if($booking->participants)
|
||||
@foreach($booking->participants as $item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue