Added 2 more pages to Menuplans - Edited Href in Menuplans, Users & Washing-Machines
This commit is contained in:
parent
4ed33e4f99
commit
bf57ec9d99
|
@ -6,7 +6,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Opret Menuplan</a> /
|
<a href="{{ route('menuplans.create') }}" class="text-white">Opret Menuplan</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
@extends("admin.layout.base")
|
||||||
|
@extends("admin.layout.header")
|
||||||
|
|
||||||
|
@section("title")
|
||||||
|
Menuplan - Fjern
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section("path")
|
||||||
|
<a href="{{ route('menuplans.delete') }}" class="text-white">Fjern Menuplan</a> /
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section("content")
|
||||||
|
@endsection
|
|
@ -0,0 +1,32 @@
|
||||||
|
@extends("admin.layout.base")
|
||||||
|
@extends("admin.layout.header")
|
||||||
|
|
||||||
|
@section("title")
|
||||||
|
Menuplan - Rediger
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section("path")
|
||||||
|
<a href="{{ route('menuplans.edit') }}" class="text-white">Rediger Menuplan</a> /
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section("content")
|
||||||
|
<h1>Rediger Menuplan:</h1>
|
||||||
|
<form method="post" action="">
|
||||||
|
<label for="mandag">Mandag:</label>
|
||||||
|
<input type="text" name="mandag" id="mandag" value="{Mandag}" required>
|
||||||
|
<label for="tirsdag">Tirsdag:</label>
|
||||||
|
<input type="text" name="tirsdag" id="tirsdag" value="{Tirsdag}" required>
|
||||||
|
<label for="onsdag">Onsdag:</label>
|
||||||
|
<input type="text" name="onsdag" id="onsdag" value="{Onsdag}" required>
|
||||||
|
<label for="torsdag">Torsdag:</label>
|
||||||
|
<input type="text" name="torsdag" id="torsdag" value="{Torsdag}" required>
|
||||||
|
<label for="fredag">Fredag:</label>
|
||||||
|
<input type="text" name="fredag" id="fredag" value="{Fredag}" required>
|
||||||
|
<label for="lørdag">Lørdag:</label>
|
||||||
|
<input type="text" name="lørdag" id="lørdag" value="{Lørdag}" required>
|
||||||
|
<label for="søndag">Søndag:</label>
|
||||||
|
<input type="text" name="søndag" id="søndag" value="{Søndag}" required>
|
||||||
|
|
||||||
|
<input type="submit" class="btn btn-dark text-white" value="Opret Menuplan">
|
||||||
|
</form>
|
||||||
|
@endsection
|
|
@ -6,7 +6,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Vis Menuplan</a> /
|
<a href="{{ route('menuplans.show') }}" class="text-white">Vis Menuplan</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
|
|
@ -6,27 +6,9 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Rediger Menuplan</a> /
|
<a href="{{ route('menuplans.edit') }}" class="text-white">Rediger Menuplan</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
<h1>Rediger Menuplan:</h1>
|
Din menuplan blev (ikke) redigeret.
|
||||||
<form method="post" action="">
|
|
||||||
<label for="mandag">Mandag:</label>
|
|
||||||
<input type="text" name="mandag" id="mandag" value="{Mandag}" required>
|
|
||||||
<label for="tirsdag">Tirsdag:</label>
|
|
||||||
<input type="text" name="tirsdag" id="tirsdag" value="{Tirsdag}" required>
|
|
||||||
<label for="onsdag">Onsdag:</label>
|
|
||||||
<input type="text" name="onsdag" id="onsdag" value="{Onsdag}" required>
|
|
||||||
<label for="torsdag">Torsdag:</label>
|
|
||||||
<input type="text" name="torsdag" id="torsdag" value="{Torsdag}" required>
|
|
||||||
<label for="fredag">Fredag:</label>
|
|
||||||
<input type="text" name="fredag" id="fredag" value="{Fredag}" required>
|
|
||||||
<label for="lørdag">Lørdag:</label>
|
|
||||||
<input type="text" name="lørdag" id="lørdag" value="{Lørdag}" required>
|
|
||||||
<label for="søndag">Søndag:</label>
|
|
||||||
<input type="text" name="søndag" id="søndag" value="{Søndag}" required>
|
|
||||||
|
|
||||||
<input type="submit" class="btn btn-dark text-white" value="Opret Menuplan">
|
|
||||||
</form>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Fjern Bruger</a> /
|
<a href="{{ route('users.delete') }}" class="text-white">Fjern Bruger</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Logud</a> /
|
<a href="{{ route('users.logout') }}" class="text-white">Logud</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("path")
|
@section("path")
|
||||||
<a href="" class="text-white">Fjern Vaskemaskine</a> /
|
<a href="{{ route('washing-machines.delete') }}" class="text-white">Fjern Vaskemaskine</a> /
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
|
Loading…
Reference in New Issue