public function getSmtp()
 {
     $smtp = SmtpSettings::first();
     return View::make('admin.settings.email.smtp')->with('smtp', $smtp);
 }