Job Offer Negotiation Request

Dear {{ $offer->createdBy->firstname }} {{ $offer->createdBy->lastname }},

{{ $applicant->firstname }} {{ $applicant->lastname }} has requested to negotiate the job offer for {{ $offer->position_title }} (Offer #{{ $offer->offer_number }}).

Negotiation Details

Proposed Annual Salary MWK {{ number_format($proposed_salary) }}
@if(!empty($proposed_details['proposed_work_schedule']))
Work Schedule {{ str_replace('_', ' ', ucwords($proposed_details['proposed_work_schedule'])) }}
@endif @if(!empty($proposed_details['proposed_start_date']))
Start Date {{ \Carbon\Carbon::parse($proposed_details['proposed_start_date'])->format('F d, Y') }}
@endif @if(!empty($proposed_details['proposed_location']))
Location {{ $proposed_details['proposed_location'] }}
@endif
Requested On {{ \Carbon\Carbon::parse($offer->responded_at)->format('F d, Y') }}
@if(!empty($proposed_details['notes']))

Additional Notes from Applicant:

{!! nl2br(e($proposed_details['notes'])) !!}

@endif

Original Offer Details

Position Title {{ $offer->position_title }}
Original Salary MWK {{ number_format($offer->annual_salary) }}

Please review the request and respond accordingly.

Review Negotiation Request

Best regards