what is really strange is that it is working for belongsTo but not for BelongsToMany
Eager loading gender is displaying data
public function gender() {
return $this->belongsTo('App\Gender','gender_id','id');
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community