Пример #1
0
 public function showWelcome()
 {
     $events = VolunteerEvent::take(3)->get();
     // dd($events);
     return View::make('hello')->with('events', $events);
 }