belongsTo(Profile::class); } public function status() { return $this->belongsTo(Status::class); } }