Users able to change password

This commit is contained in:
Anders
2020-07-01 10:13:49 +02:00
parent ec2479f0b4
commit 03b7f4236a
5 changed files with 39 additions and 5 deletions
@@ -11,5 +11,6 @@
<h4 class="mt-0">Email: {{ Auth::user()->email }}</h4>
<h4 class="mt-0">Telefon Nr.: {{ Auth::user()->phone }}</h4>
<a class="btn text-center btn-sde-blue mt-1" href="{{ route("users.accountedit") }}">Rediger Oplysninger</a>
<a class="btn text-center btn-sde-blue mt-1" href="{{ route("users.accounteditpass") }}">Ændre Password</a>
</main>
@endsection