public function getIndex() { $vouchers = Voucher::index(); return View::make('admin.vouchers.index')->with('vouchers', $vouchers); }