#Laravel developers do you keep duplicating the code in create/update forms?
Aby best practices in combining create/update forms into a single one - the only things that seem to change are the route and hidden field for id (probably in one case its even null)
#FormDevelopment