belongsTo('App\Event', 'event_id'); } public function singleSeats(){ return $this->hasMany('App\SingleSeat'); } }