Congratulations! You’ve Received a Job Offer

Dear {{ $user->firstname }} {{ $user->lastname }},

We're thrilled to offer you the position of {{ $offer->position_title }}!
Below are the key details of your offer:

Offer Summary

Position {{ $offer->position_title }}
Annual Salary MWK {{ number_format($offer->annual_salary) }}
Start Date {{ \Carbon\Carbon::parse($offer->start_date)->format('F d, Y') }}
Valid Until {{ \Carbon\Carbon::parse($offer->offer_valid_until)->format('F d, Y') }}
Location {{ $offer->location }}
Work Schedule {{ $offer->work_schedule }}
@if($offer->offer_description)

Offer Description

{!! nl2br(e($offer->offer_description)) !!}

@endif @if($offer->benefits)

Benefits

@php $benefits = is_array(json_decode($offer->benefits, true)) ? implode(', ', json_decode($offer->benefits, true)) : $offer->benefits; @endphp {!! nl2br(e($benefits)) !!}

@endif @if($offer->terms_and_conditions)

Terms & Conditions

{!! nl2br(e($offer->terms_and_conditions)) !!}

@endif

Action Required: Please respond by {{ \Carbon\Carbon::parse($offer->offer_valid_until)->format('F d, Y') }}

View and Respond to Offer

We hope you'll join our team!
Warm regards