{{ get_setting('site_name', config('app.name')) }}
{{ now()->format('F j, Y') }}
{{ $candidate->name }}
{{ $candidate->email }}@if($candidate->phone)
{{ $candidate->phone }}@endif
Dear {{ $candidate->name }},
We are pleased to offer you the position of {{ $job->title }} @if($job->warehouse), based at {{ $job->warehouse->name }}@endif.
Proposed compensation (monthly gross): @if($application->offered_salary !== null) {{ number_format((float) $application->offered_salary, 2) }} @else As discussed @endif
Joining date: {{ $application->joining_date ? $application->joining_date->format('F j, Y') : 'To be confirmed' }}
@if($application->staff_sid)Staff ID: {{ $application->staff_sid }}
@endifThis letter is generated electronically for HR workflow. Please contact HR for the countersigned copy.
— Human Resources