예제 #1
0
 public function contact()
 {
     $eboard = Eboard::all();
     return view('contact', ['eboard' => $eboard]);
 }