Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user