belongsTo('App\Agent', 'agent_id', 'id'); } public function template() { return $this->belongsTo('App\Template', 'template_id', 'id'); } }