for example:
here are some names.
-mujib
-amjed
-anees
when if some one click on mujib the url should remind old and the parameter should change when some body click on amjed then the url parameter should change to http://jobme.af/amjed.
Route::get('jobme.af/amjed/{parameter}', 'your-action');
see also https://laravel.com/docs/5.5/routing#route-parameters