Laravel Nova - Quick Tips
Split Nova Display, Index, and Form Fields Into Different Functions
If you are dealing with a large model, the fields function inside of Laravel Nova can get complicated. Here is a quick tip on how to keep your fields function manageable by splitting the function up.