I was getting an error in Laravel when trying to access a value from a related table, after defining relationships in the relevant models. Attempt to read property “nationality” on int I had defined the…
I was getting an error in Laravel when trying to access a value from a related table, after defining relationships in the relevant models. Attempt to read property “nationality” on int I had defined the…