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

Konto

Auth::user()]) }}"> @csrf @method("put") Nuværende Password:
Nyt Password:
Confirm Password:
{!! session()->get('error#notsamepass') !!} {!! session()->get('error#oldpass') !!}
@endsection @section("scripts") @endsection