SOLVED,
Just put relationship on
return $this->hasMany('Blogs', 'id');
and
return $this->belongsTo('Categories', 'category_id');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community