What is the best way to show 60+ form fields details on a dashboard screen?

I am having a use case where I have a dashboard, and my requirement is to display 60+ form fields on the dashboard screen, I am thinking of grouping it out, what are the other ways other than this? The domain is hotel management, where dashboard screen is for executives to know about members information, so there are contract information fields and contact information fields which I have to display on one screen for ease of accessibility for example:

  • Contract ID: 2345677
  • Product Owned: Yes
  • Sale Posted Date: 20/05/2020
  • VIP Flag: Yes
  • HWC Flag: Yes
  • HWC Reason: Comments
  • Last Holidayed Resort:
  • Last Holidayed Date:
  • Travel Agent Flag:
  • Servicing Location:
  • Pending Cancellation:
  • RCP Balance:
  • HFRP Balance:

and there are separate fields for contact information which I have to display on single screen for example:

  • email
  • residence address
  • Guest fees
  • VIP Reason
  • VIP Flag

These are only of displaying purposes not for accepting from user