hasOne('App\Models\NoticeboardStatus', 'noticeboard_id', 'id'); } public function webinar() { return $this->belongsTo('App\Models\Webinar', 'webinar_id', 'id'); } }