'array' ]; public function dashboard_widgets() { return $this->hasMany('App\Models\Common\DashboardWidget'); } public function dashboard_widget() { return $this->belongsTo('App\Models\Common\DashboardWidget', 'id', 'widget_id')->where('dashboard_id', 1); } }