@extends("app.layout.base")
@section("title")
Account
@endsection
@section("content")
Konto
Navn: {{ Auth::user()->name_first . " " . Auth::user()->name_last }}
Email: {{ Auth::user()->email }}
Telefon Nr.: {{ Auth::user()->phone }}
{!! session()->get('success#credentialschanged') !!}
Rediger Oplysninger
Ændre Password
@endsection