first(); if ($setting->value) { return Redirect::to('/dashboard'); } } catch (Exception $e) { // do nothing } } }