Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anders
2020-07-28 14:54:26 +02:00
7 changed files with 51 additions and 4 deletions
@@ -18,6 +18,7 @@
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg på Navn, Email, Telefon"></input>
</form>
<p></p>
</div>
<table class="tbl mt-2">
@@ -17,7 +17,7 @@
<form method="post" action="{{ route("users.store") }}">
@csrf
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg efter navn"></input>
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg efter navn,email,tf"></input>
</form>
</div>
@@ -60,7 +60,6 @@
</table>
{{ $users->links() }}
<script>
$('#search').on('keyup', function () {
$value = $(this).val();