belongsTo(User::class, 'user_id'); } public function template() { return $this->belongsTo(CouponTemplate::class, 'template_id'); } }