Display the all the details of Resident after clicking the view button using ASP.NET Core

Manage.cshtml

<table class="display table" id="ManageResident" style="width:100%">
    <thead>
        <tr>
            <th>Resident ID</th>
            <th>First Name</th>
            <th>Middle Name</th>
            <th>Last Name</th>
            <th>View</th>
        </tr>
    </thead>
    <tbody>
      @foreach (var resident in Model)
        {
            <tr>
                <td>@resident.ResidentID</td>
                <td>@resident.FirstName</td>
                <td>@resident.MiddleName</td>
                <td>@resident.LastName</td>
                <td>
                    <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#residentModal" data-resident='@Html.Raw(System.Text.Json.JsonSerializer.Serialize(resident))'>
                        View
                    </button>
                </td>
            </tr>
        }

    </tbody>
</table>

resident.js

$('#residentModal').on('show.bs.modal', function (event) {
    var button = $(event.relatedTarget);
    var resident = button.data('resident');

    console.log('Resident data:', resident); // Log the entire resident object to console

    var modal = $(this);
    modal.find('#modalResidentID').text(resident.residentID);
    modal.find('#modalFirstName').text(resident.firstName);
    modal.find('#modalMiddleName').text(resident.middleName);
    modal.find('#modalLastName').text(resident.lastName);
    modal.find('#modalBirthdate').text(resident.birthdate);
    modal.find('#modalAge').text(resident.age);
    modal.find('#modalEmail').text(resident.email);
    modal.find('#modalCreationDate').text(resident.creationDate);
    modal.find('#modalModifiedBy').text(resident.modifiedBy);
    modal.find('#modalModifiedDate').text(resident.modifiedDate);

    // Check if addresses are defined and not empty
    if (resident.addresses && resident.addresses.length > 0) {
        var addresses = resident.addresses;
        var addressList = modal.find('#modalAddresses').empty();
        addresses.forEach(function (address) {
            addressList.append('<li>' + address.street + ', ' + address.city + ', ' + address.state + ', ' + address.zipCode + '</li>');
        });
    } else {
        modal.find('#modalAddresses').html('<li>No addresses found.</li>');
    }

    // Check if contacts are defined and not empty
    if (resident.contacts && resident.contacts.length > 0) {
        var contacts = resident.contacts;
        var contactList = modal.find('#modalContacts').empty();
        contacts.forEach(function (contact) {
            contactList.append('<li>' + contact.contactType + ': ' + contact.contactValue + '</li>');
        });
    } else {
        modal.find('#modalContacts').html('<li>No contacts found.</li>');
    }
});

ResidentController.cs

public async Task<IActionResult> Manage()
{
    var residents = await _context.WMS_Resident
                        .Include(r => r.Addresses)
                        .Include(r => r.Contacts)
                        .ToListAsync();

    var residentViewModels = residents.Select(r => new ResidentViewModel
    {
        ResidentID = r.ResidentID,
        FirstName = r.FirstName,
        MiddleName = r.MiddleName,
        LastName = r.LastName,
        Birthdate = r.Birthdate,
        Age = r.Age,
        Email = r.Email,
        CreationDate = r.CreationDate,
        ModifiedBy = r.ModifiedBy,
        ModifiedDate = r.ModifiedDate,
        Addresses = r.Addresses.Select(a => new AddressViewModel
        {
            AddressID = a.AddressID,
            ResidentID = a.ResidentID,
            AddressType = a.AddressType,
            HouseNumber = a.HouseNumber,
            Street = a.Street,
            Barangay = a.Barangay,
            CreationDate = a.CreationDate,
            ModifiedBy = a.ModifiedBy,
            ModifiedDate = a.ModifiedDate
        }).ToList(),
        Contacts = r.Contacts.Select(c => new ContactViewModel
        {
            ContactID  = c.ContactID,
            ResidentID = c.ResidentID,
            ContactType = c.ContactType,
            ContactNumber = c.ContactNumber,
            CreationDate = c.CreationDate,
            ModifiedBy = c.ModifiedBy,
            ModifiedDate = c.ModifiedDate
        }).ToList()
    }).ToList();

    return View(residentViewModels);
}

In this scenario Manage.cshtml display all the resident but in limited fields but the resident wants to view all the information just clicking the view button it displays all the details of resident via modal.

But I encountered an issue once I clicked the view button of specific resident the modal information is NULL

Can anyone help me with this issue

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật