@extends("app.layout.base") @section("title") Account @endsection @section("content")

{{__('msg.konto')}}

@if(\App\Resource::query()->where("id", "=", Auth::user()->resource_id)->first() !== null) @else @if(request()->cookie("mode") == "dark") @else @endif @endif

{{__('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')}} {{__('msg.ændrebillede')}}
@endsection