You have set up wrong relationship Try this in User model
public function group(){
return $this->belongsTo('Group');
}
All thank for all. My database relationship wrong. i just redesign my database
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community