@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Bruger - Rediger @endsection @section("path") Rediger Bruger / @endsection @section("content")

Rediger Bruger:

$user]) }}" onsubmit="return checkInputs()" enctype="multipart/form-data"> @csrf @method("put")
@endsection @section("scripts") @endsection