hasMany(ReportNursePatient::class, 'report_nurse_id'); } public function status() { return $this->belongsTo(ReportStatus::class); } }