Anmeldung läuft
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
@extends("m5_a1.layout_anmeldung")
|
||||
|
||||
<?php use Illuminate\Support\Facades\Session; ?>
|
||||
@section("main")
|
||||
|
||||
<form action="/anmeldung_verifizieren" method="post">
|
||||
|
||||
@method("post")
|
||||
@csrf <!-- {{ csrf_field() }} -->
|
||||
<label for="email">E-Mail</label>
|
||||
<input id="email" name="email" type="email" placeholder="email" required maxlength="100">
|
||||
|
||||
@@ -15,9 +16,8 @@
|
||||
|
||||
@if(!isset($anmeldung)) Bitte anmelden!
|
||||
@elseif ($anmeldung == 1)
|
||||
{{ session_start() }}
|
||||
Anmeldung erlaubt!
|
||||
@else Es ist ein Fehler aufgetretten!
|
||||
@endif
|
||||
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user