0👍
✅
You need to tell Eloquent to return the relationship, so in your controller you need to have something like this:
return Salarie::with('chantier')->get();
Source:stackexchange.com
0👍
You need to tell Eloquent to return the relationship, so in your controller you need to have something like this:
return Salarie::with('chantier')->get();