/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $opciones = Opciones::get();
     return View::make('opciones.index')->with('opciones', $opciones);
 }