public function smsLog()
 {
     $smslogs = SMSLog::all();
     return View::Make('app.smsLog', compact('smslogs'));
 }