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

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

Auth::user()]) }}"> @csrf @method("put") {{__('msg.nuværendepassword')}}:
{{__('msg.nytpassword')}}:
{{__('msg.confirmpassword')}}:
{!! session()->get('error#notsamepass') !!} {!! session()->get('error#oldpass') !!} {{__('msg.tilbage')}}
@endsection @section("scripts") @endsection