Google2Fa ready to upload

This commit is contained in:
Kevin Adametz 2021-11-09 18:38:44 +01:00
parent e3495be8b8
commit 73e38a006e
127 changed files with 2637 additions and 589 deletions

View file

@ -15,6 +15,7 @@
<th>Nationalität</th>
<th>Pass</th>
<th>Kind</th>
<th>Storno</th>
<th>&nbsp;</th>
</tr>
</thead>
@ -81,6 +82,12 @@
<span class="custom-control-label"></span>
</label>
</td>
<td>
<label class="custom-control custom-checkbox mt-2">
{!! Form::checkbox('participant['.$item->id.'][participant_storno]', 1, $item->participant_storno, ['class'=>'custom-control-input', 'id'=>'participant_'.$item->id.'_participant_storno']) !!}
<span class="custom-control-label"></span>
</label>
</td>
<td>
<a class="btn btn-sm text-danger" href="{{ route('booking_delete', [$item->id, 'participant']) }}" onclick="return confirm('{{__('Wirklich löschen?')}}');"><i class="fa fa-trash-alt"></i></a>
</td>