belongsTo('App\Events','event_id'); } public function payment(){ return $this->hasOne(EventPaymentLogs::class,'attendance_id'); } }