belongsTo('App\Models\Auth\User'); } public function dashboard() { return $this->belongsTo('App\Models\Common\Dashboard'); } public function dashboards() { return $this->belongsToMany('App\Models\Common\Dashboard', 'App\Models\Auth\UserDashboard'); } }