@extends('layouts.public') @section('title', 'Apply for a Job - M-Ajira') @section('content')
@if (session('success'))

Registration Successful!

An M-Pesa payment request (KSh 1,000) has been sent to your phone.
Please check your phone and enter your PIN.

@if(session('generated_password'))

Your Login Password

{{ session('generated_password') }}

Please copy and save this password.

@endif
5

Redirecting to dashboard...

@else

Apply For a Job

1
Step 1
Personal
Details
2
Step 2
Upload
Document
3
Step 3
Job
Selection
4
Step 4
Confirm
Details
@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Please fill in all required fields.

User Information

@endif
@endsection