@extends("app.layout.base") @section("title") Account @endsection @section("content") Konto Auth::user()]) }}" style="display: block;"> @csrf @method("put") Nuværende Password: Nyt Password: Bekræft Nyt Password: {!! session()->get('error#notsamepass') !!} {!! session()->get('error#oldpass') !!} Rediger @endsection @section("scripts") @endsection