belongsTo('App\Culturecard', 'culturecard_id'); } public function singleSeat(){ return $this->belongsTo('App\SingleSeat', 'singleseat_id'); } }