@@ -773,8 +773,8 @@ |
||
773 | 773 | ->middleware('can:downloadApplicants,jobPoster') |
774 | 774 | ->name('admin.jobs.download.applicants'); |
775 | 775 | |
776 | - /* View Applicant Profile */ |
|
777 | - Route::get('applicants/{applicant}', 'ApplicantProfileController@profile') |
|
776 | + /* View Applicant Profile */ |
|
777 | + Route::get('applicants/{applicant}', 'ApplicantProfileController@profile') |
|
778 | 778 | ->middleware('can:view,applicant') |
779 | 779 | ->name('admin.applicants.profile'); |
780 | 780 | } |