What does Nested Form / Field Data means in Laravel?
As a beginner, I was following along with the official doc of Laravel 9 Validation part and learned a new term called 'nested field data' or 'nested form data'.
What does it mean by this actually? How to use them? What kinda HTML Form structure should I require to get data like this?
My question might sound foolish, I might not be correct. Let me know if you need more clarification in order to answer in this regard.
[I goggled about this term but didn't find any satisfiable answer yet. So thank you in advanced for your help]
@sr57 Thanks dear. But tbh, I still didn't get the purpose for things like this. Could you please tell me, when do I need to utilize these concepts? Maybe with a more real life example, please? 😌