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 image of your sharecode {{-- --}} @if ($errors->has('share_code_file')) {{ $errors->first('share_code_file') }} @endif
@if($share_code_file && !is_string($share_code_file) && ($share_code_file->getClientOriginalExtension() == "png" || $share_code_file->getClientOriginalExtension() == "jpg" ) && $share_code_file->temporaryUrl())
{{$share_code_file->getClientOriginalName()}}
#
@elseif($existing_share_code_file)
{{$existing_share_code_file}}
#
@else

#

choose file

Allowed JPG, PNG. Max size of 2MB

@endif
If you did not lived in Uk or Irland in the past 5 years, Please upload your overseas criminal police check. {{-- --}} @if ($errors->has('share_code_file')) {{ $errors->first('share_code_file') }} @endif
@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, PNG. Max size of 2MB

@endif @endif