Added bi-weekly paycheck calculator for singles

This commit is contained in:
amazing-username
2017-05-31 13:43:05 -05:00
parent f6e3cd813c
commit c863e8f06b
4 changed files with 182 additions and 3 deletions
+2
View File
@@ -34,3 +34,5 @@ Route::get('hotboy', function () {
Route::get('stunt', function () {
return "Check the database, I think someone was created";
});
Route::get('paycheck', 'PaycheckController@display');
Route::post('paycheck/biweekly', 'PaycheckController@results');