addCssFile('gigs.css'); } public function index() { $events = $this->loader->getEvents(); return $this->render('gigs') ->with(compact('events')); } }