@if(is_int(strpos($job->application_link, 'http')))
{{__('Apply for this position')}}
@elseif(preg_match('/^\+?[0-9]+$/', str_replace([' ', '-', '(', ')'], '', $job->application_link)))
{{__('Apply for this position')}}
@else
{{__('Apply for this position')}}
@endif