"fixed" events migration

This commit is contained in:
Vedde 2020-06-29 11:05:07 +02:00
parent 3f3984ddab
commit 7f7226e12d
3 changed files with 7 additions and 6 deletions

View File

@ -6,15 +6,16 @@
@endsection @endsection
@section("path") @section("path")
<a href="" class="text-white">Opret Vaskemaskine</a> / <a href="{{ route('events.create') }}" class="text-white">Opret Vaskemaskine</a> /
@endsection @endsection
@section("content") @section("content")
<h1>Opret Bruger:</h1> <h1>Opret Aktivitet:</h1>
<form method="post" action="{{ route("washing-machines.store") }}"> <form method="post" action="{{ route("events.store") }}">
@csrf @csrf
<label for="name_first">Navn:</label> <label for="name">Navn:</label>
<input type="text" name="name" id="name" max="60" required> <input type="text" name="name" id="name" max="60" required>
<input type="submit" class="btn btn-dark text-white" value="Opret"> <input type="submit" class="btn btn-dark text-white" value="Opret">
</form> </form>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long