Removed ID From all admin sites.
Added washing-reservations under washing-machines instead of being alone
This commit is contained in:
parent
8569496d3d
commit
400f2e563f
skolehjem/resources/views/admin
events
external-links
layout
menuplans
users
washing-machines
washing-reservations
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Email}</td>
|
<td>{Email}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Email}</td>
|
<td>{Email}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Event Navn</th>
|
<th>Event Navn</th>
|
||||||
<th>Event Beskrivelse</th>
|
<th>Event Beskrivelse</th>
|
||||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($events as $event)
|
@foreach($events as $event)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $event->id }}</td>
|
|
||||||
<td>{{ $event->name }}</td>
|
<td>{{ $event->name }}</td>
|
||||||
<td>{{ $event->description }}</td>
|
<td>{{ $event->description }}</td>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Email}</td>
|
<td>{Email}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Email}</td>
|
<td>{Email}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Email}</td>
|
<td>{Email}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Link</th>
|
<th>Link</th>
|
||||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($links as $link)
|
@foreach($links as $link)
|
||||||
<tr>
|
<tr>
|
||||||
<th>{ID}</th>
|
|
||||||
<th>{Titel}</th>
|
<th>{Titel}</th>
|
||||||
<th>{Link}</th>
|
<th>{Link}</th>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
||||||
|
|
|
@ -28,20 +28,14 @@
|
||||||
<a href="{{ route("menu-plans.create") }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Menuplan</a>
|
<a href="{{ route("menu-plans.create") }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Menuplan</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="segment">
|
|
||||||
<h3 class="text-white">Reservationer</h3>
|
|
||||||
<div class="row">
|
|
||||||
<a href="{{ route("washing-reservations.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Reservationer</a>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<a href="{{ route('washing-reservations.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Reservationer</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="segment">
|
<div class="segment">
|
||||||
<h3 class="text-white">Vaskemaskiner</h3>
|
<h3 class="text-white">Vaskemaskiner</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<a href="{{ route("washing-machines.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Vaskemaskiner</a>
|
<a href="{{ route("washing-machines.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vis Vaskemaskiner</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<a href="{{ route("washing-reservations.index") }}" class="text-white"><img src="{{ asset('/images/icons/eye.svg') }}" alt="Read">Vaske Reservationer</a>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<a href="{{ route('washing-machines.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Vaskemaskine</a>
|
<a href="{{ route('washing-machines.create') }}" class="text-white"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Vaskemaskine</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Mandag</th>
|
<th>Mandag</th>
|
||||||
<th>Tirsdag</th>
|
<th>Tirsdag</th>
|
||||||
<th>Onsdag</th>
|
<th>Onsdag</th>
|
||||||
|
@ -25,7 +24,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($menuPlans as $menuplan)
|
@foreach($menuPlans as $menuplan)
|
||||||
<tr>
|
<tr>
|
||||||
<th>{ID}</th>
|
|
||||||
<th>{Mandag}</th>
|
<th>{Mandag}</th>
|
||||||
<th>{Tirsdag}</th>
|
<th>{Tirsdag}</th>
|
||||||
<th>{Onsdag}</th>
|
<th>{Onsdag}</th>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fredag</th>
|
<th>Fredag</th>
|
||||||
<th>Tirsdag</th>
|
<th>Tirsdag</th>
|
||||||
<th>Onsdag</th>
|
<th>Onsdag</th>
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fredag}</td>
|
<td>{Fredag}</td>
|
||||||
<td>{Tirsdag}</td>
|
<td>{Tirsdag}</td>
|
||||||
<td>{Onsdag}</td>
|
<td>{Onsdag}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
|
@ -22,7 +21,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($users as $user)
|
@foreach($users as $user)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $user->id }}</td>
|
|
||||||
<td>{{ $user->name_first }}</td>
|
<td>{{ $user->name_first }}</td>
|
||||||
<td>{{ $user->name_last }}</td>
|
<td>{{ $user->name_last }}</td>
|
||||||
<td>{{ $user->email }}</td>
|
<td>{{ $user->email }}</td>
|
||||||
|
|
|
@ -12,14 +12,12 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Navn</th>
|
<th>Navn</th>
|
||||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
||||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($machines as $machine)
|
@foreach($machines as $machine)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Navn}</td>
|
<td>{Navn}</td>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/trashcan-dark.svg') }}" alt="Delete"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/trashcan-dark.svg') }}" alt="Delete"></a></td>
|
||||||
|
|
|
@ -12,13 +12,11 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Navn</th>
|
<th>Navn</th>
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Navn}</td>
|
<td>{Navn}</td>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
|
||||||
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/trashcan-dark.svg') }}" alt="Delete"></a></td>
|
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/trashcan-dark.svg') }}" alt="Delete"></a></td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Tlf nr</th>
|
<th>Tlf nr</th>
|
||||||
|
@ -22,7 +21,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($reservations as $reservation)
|
@foreach($reservations as $reservation)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{ID}</td>
|
|
||||||
<td>{Fornavn}</td>
|
<td>{Fornavn}</td>
|
||||||
<td>{Efternavn}</td>
|
<td>{Efternavn}</td>
|
||||||
<td>{Tlf Nr}</td>
|
<td>{Tlf Nr}</td>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<table class="tbl">
|
<table class="tbl">
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Telefon Nr.</th>
|
<th>Telefon Nr.</th>
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
|
||||||
<th>Fornavn</th>
|
<th>Fornavn</th>
|
||||||
<th>Efternavn</th>
|
<th>Efternavn</th>
|
||||||
<th>Telefon Nr.</th>
|
<th>Telefon Nr.</th>
|
||||||
|
|
Loading…
Reference in New Issue