belongsTo('Program'); } public function school() { return $this->belongsTo('School'); } }