public function getVoucherTemplates()
 {
     $tpls = VoucherTemplate::paginate(10);
     return View::make('admin.templates.vouchers.index')->with('templates', $tpls);
 }