@extends('layouts.workers') @section('content')

Edit Candidate Profile

Update the candidate information below

Back to List
@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($worker->profile_picture)
@else
No photo
@endif

Personal Information

Education & Skills

Hold Ctrl/Cmd to select multiple

Hold Ctrl/Cmd to select multiple

Passport Information

@if ($worker->passport_file)
@else
No file
@endif

Address Details

Contact Information

Relative Information

acknowledge ? 'checked' : '' }} required>

You must confirm this to proceed.

Cancel
@endsection