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

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

Auth::user()]) }}" onsubmit="return checkInputs()"> @csrf @method("put") {{__('msg.navn')}}: name_last }}" disabled> {{__('msg.email')}}: {{__('msg.telefon')}} Nr.: {{__('msg.tilbage')}}
@endsection @section("scripts") @endsection