Example #1
0
 function index()
 {
     return $this->render(["events" => Event::take(1)]);
 }