Leave Application Status Update

Dear {{ $leaveApplication->user->first_name }},

Your leave application from {{ \Carbon\Carbon::parse($leaveApplication->start_date)->format('Y-m-d') }} to {{ \Carbon\Carbon::parse($leaveApplication->end_date)->format('Y-m-d') }} has been {{ $status }}.

@if($status == 'Approved')

Congratulations! You may proceed with your leave as planned.

Enjoy your time off!

@else

Unfortunately, your leave request was not approved. Please contact HR for further details.

@endif