@extends('layouts.candidate') @section('title', 'Complete Profile - M-Ajira') @section('content')
@if($candidate->has_paid_registration_fee)
โœ“

Registration Fee Paid

Paid on {{ $candidate->registration_fee_paid_at ? \Carbon\Carbon::parse($candidate->registration_fee_paid_at)->format('d M Y, h:i A') : 'N/A' }}

@endif โ† Back to Dashboard

Complete Your Profile

1

PersonalDetails

2

ProfessionalInfo

3

TravelDocuments

4

WorkExperience

5

EmergencyContacts

6

Review &Submit

@if(session('success'))
โœ…

Success!

{{ session('success') }}

@endif @if(session('error'))
โŒ

Error!

{{ session('error') }}

@endif @if ($errors->any())
โš ๏ธ

Please fix the following errors:

@endif
@csrf @method('PUT')

๐Ÿ“‹ Personal Information

@if($candidate->photo_path) Profile @endif
@endsection