@extends("app.layout.base")
@section("title")
Account
@endsection
@section("content")
{{__('msg.konto')}}
{{__('msg.navn')}}: {{ Auth::user()->name_first . " " . Auth::user()->name_last }}
{{__('msg.email')}}: {{ Auth::user()->email }}
{{__('msg.telefon')}} Nr.: {{ Auth::user()->phone }}
{!! session()->get('success#credentialschanged') !!}
{{__('msg.redigeroplysninger')}}
{{__('msg.ændrepassword')}}
@endsection