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