Example #1
0
 public function submitapplication()
 {
     $Input = Request::all();
     unset($Input['_token']);
     EmailController::sendEmploymentApplication($Input);
 }