Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Route::get('JobApplication/{JobId}','JobApplicationController@view');
  2. Route::post('application/','JobApplicationController@Post');
  3.  
  4. in controller value is null;
  5.  
  6. $JobId = Input::get('JobId') ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement