belongsTo('Program'); } public function school() { return $this->belongsTo('School'); } public function criteria() { return $this->belongsToMany('Criterion','template_criterion'); } }