@include('header')

Latest jobs

@if($jobs->count() == 0)
A caregiver assists an elderly person who is suffering from a headache
@endif {{-- job section --}} @foreach ($jobs as $job)
{!!$job->jobdescription !!}
@endforeach {{-- end of job section --}}
@if($jobs->count() > 0)
@csrf @honeypot

Apply now

@if ($errors->has('first-name'))

{{ $errors->first('first-name') }}

@endif
@if ($errors->has('last-name'))

{{ $errors->first('last-name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('postal'))

{{ $errors->first('postal') }}

@endif
@error('gender') {{ $message }} @enderror
@if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@error('captcha') {{ $message }} @enderror
{{--
--}} @if ($errors->has('cf-turnstile-response'))

{{ $errors->first('cf-turnstile-response') }}

@endif
{{-- Submit --}}
@if ($errors->has('cf-turnstile-response')) @endif @if (session('success')) @endif @if (session('oops')) @endif
@endif
@include('footer')