v0.7.7 - Various fixes

This commit is contained in:
frederikpyt
2020-08-11 18:21:51 +02:00
parent 17434eb81d
commit 511e0b783f
9 changed files with 29 additions and 23 deletions
@@ -6,8 +6,8 @@
@section("content")
<script src="{{ asset("/js/jquery-3.2.1.min.js") }}"></script>
<main>
<h1 class="text-center sde-blue mt-0">{{__('msg.konto')}}</h1>
<main style="justify-content: unset">
<h1 class="text-center sde-blue mt-1">{{__('msg.konto')}}</h1>
<h4 class="mt-0">{{__('msg.navn')}}: {{ Auth::user()->name_first . " " . Auth::user()->name_last }}</h4>
<h4 class="mt-0">{{__('msg.email')}}: {{ Auth::user()->email }}</h4>
<h4 class="mt-0">{{__('msg.telefon')}} Nr.: {{ Auth::user()->phone }}</h4>