belongsTo(Note::class); } public function sectionTemplate() { return $this->belongsTo(SectionTemplate::class); } }