コード例 #1
0
 public function kidsHope()
 {
     $kids_hope = Organization::whereSlug('kids-hope-usa')->first();
     return view('kids-hope', ['kids_hope' => $kids_hope]);
 }