Hello {{ $recipientType == 'HR' ? 'HR' : $leave->employee->name }},
A new leave request has been submitted.
Leave Details:
- Employee Name: {{ $leave->employee->name }}
- Leave Type: {{ $leave->leaveCategory->name }}
- From: {{ \Carbon\Carbon::parse($leave->start_date)->format('d M, Y') }}
- To: {{ \Carbon\Carbon::parse($leave->end_date)->format('d M, Y') }}
- Reason: {{ $leave->reason }}
- Status: Pending
Thank you.