Benjamin Völkl 2022-09-08 15:12:51 +02:00
parent 88b1867065
commit 8906a2db94
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@
{{session()->get('error')}} {{session()->get('error')}}
</div> </div>
@endif @endif
<x-form id-name="reserva-tour" channels="resposta-cliente,notificacao-fazenda"> <x-form id-name="reserva-tour" channels="antwort-kunde,benachrichtigung-konradenhof">
<h4 class="text-center">Alpaka Tour Anfragen</h5> <h4 class="text-center">Alpaka Tour Anfragen</h5>
<br> <br>
<div class="mb-4"> <div class="mb-4">
@ -205,7 +205,7 @@
<td>${count}x</td> <td>${count}x</td>
<td>Anzahl Alpakas</td> <td>Anzahl Alpakas</td>
<td>${total} €</td> <td>${total} €</td>
</tr> </tr>
`); `);
} }
function addExtractTotalRow(value){ function addExtractTotalRow(value){
@ -239,4 +239,4 @@
}else $('#extract').parent().hide(); }else $('#extract').parent().hide();
} }
</script> </script>
@stop @stop