@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.rediger')}} {{__('msg.tilbage')}} @endsection @section("scripts") @if(request()->cookie("mode") == "dark") @else @endif @endsection