@extends('layouts.marketing') @section('title', 'Your Passport to Global Healthcare Careers – CuraHealthLine') @section('content')

Connecting Care, Globally.

Your Passport to Global Healthcare Careers

From credentials to care-worldwide. Curated roles, visa-ready options, and a community that lifts healthcare workers and employers together.

Search Jobs @auth @if(in_array(auth()->user()->role, ['nurse', 'user'])) Connect with Healthcare Workers @elseif(auth()->user()->role === 'employer') Post a Job @endif @else Join as Healthcare Worker Post Jobs @endauth

Featured Jobs

Roles healthcare workers are landing now

View all jobs
@forelse ($featuredJobs as $job)

{{ $job['title'] }}

{{ $job['location'] }}

{{ $job['employer'] }}

{{ $job['type'] }}
Posted {{ $job['published_at'] ? $job['published_at']->diffForHumans() : 'recently' }} {{ $job['applications_count'] }} {{ $job['applications_count'] === 1 ? 'applicant' : 'applicants' }}

Requirements:

@if($job['required_license']) {{ $job['required_license'] }} @endif @if($job['required_specialty']) {{ $job['required_specialty'] }} @endif @if($job['required_experience_years']) {{ $job['required_experience_years'] }}+ years @endif @if($job['required_exam']) {{ $job['required_exam'] }} @endif @if($job['required_language']) {{ $job['required_language'] }} @endif @if($job['work_mode']) {{ $job['work_mode'] }} @endif
@if($job['visa_sponsorship'] || $job['relocation_package'] || $job['housing_provided'])

Benefits:

@if($job['visa_sponsorship']) ✓ Visa Sponsorship @endif @if($job['relocation_package']) ✓ Relocation Package @endif @if($job['housing_provided']) ✓ Housing Provided @endif
@endif View details & Apply
@empty
No jobs available at the moment. Check back soon!
@endforelse

How CuraHealthLine Works

Built for healthcare workers, recruiters, and admins

From profile to placement, stay organized with transparent status updates and guided next steps.

@foreach ($howItWorks as $index => $item)
{{ $index + 1 }}

{{ $item['label'] }}

{{ $item['copy'] }}

@endforeach

Join Our Network

Ready to start your next chapter?

Create your profile in minutes, browse curated roles, and get matched with employers who value your expertise.

@endsection