예제 #1
0
 public function background_and_scope()
 {
     $section = SowSection::where('sow_id', '=', $this->id)->where('section_type', '=', 'Background & Scope')->first();
     if ($section) {
         return $section->body;
     }
 }