Ejemplo n.º 1
0
 public function showVolunteers()
 {
     $volunteers = Volunteers::All();
     return view('conocenos', compact('volunteers'));
 }