Are you a UK or Irish Citizen? *

@if ($errors->has('user.candidate.uk_irish_citizen')) {{ $errors->first('user.candidate.uk_irish_citizen') }} @endif
@if($user->candidate->uk_irish_citizen == 0)
Please upload the image of your share code. {{-- --}} {{-- @if ($errors->has('share_code_file')) {{ $errors->first('share_code_file') }} @endif --}}
@if ($errors->has('share_code_file'))

#

Choose file

Allowed JPG, JPEG, PNG. Max size of 2MB

@else @if($share_code_file && !is_string($share_code_file) && ($share_code_file->getClientOriginalExtension() == "png" || $share_code_file->getClientOriginalExtension() == "jpg" || $share_code_file->getClientOriginalExtension() == "jpeg" ) && $share_code_file->temporaryUrl())
{{$share_code_file->getClientOriginalName()}}
#
@elseif($existing_share_code_file)
{{$existing_share_code_file}}
#
@else

#

Choose file

Allowed JPG, JPEG, PNG. Max size of 2MB

@endif @endif
If you don't have the image of your share code please click on this link https://www.gov.uk/prove-right-to-work/get-a-share-code-online
@if ($errors->has('share_code_file')) {{ $errors->first('share_code_file') }} @endif
 If you did not live in the UK or Ireland in the past 5 years, please upload your overseas criminal police check. {{-- --}}
@if ($errors->has('police_check_file'))

#

Choose file

Allowed JPG, JPEG, PNG. Max size of 2MB

@else @if($police_check_file && !is_string($police_check_file) && ($police_check_file->getClientOriginalExtension() == "png" || $police_check_file->getClientOriginalExtension() == "jpg" ) && $police_check_file->temporaryUrl())
{{$police_check_file->getClientOriginalName()}}
#
@elseif($existing_police_check_file)
{{$existing_police_check_file}}
#
@else

#

Choose file

Allowed JPG, JPEG, PNG. Max size of 2MB

@endif @endif @endif @if ($errors->has('police_check_file')) {{ $errors->first('police_check_file') }} @endif