@component('mail::message') # Leave Request Conditionally Approved Hello {{ $employeeName }}, Your leave request has been conditionally approved by {{ $approverName }}. **Request Details:** - Request Number: **{{ $leave->request_number }}** - Leave Type: **{{ $leaveType }}** - Start Date: **{{ $leave->start_date->format('d M Y') }}** - End Date: **{{ $leave->end_date->format('d M Y') }}** - Duration: **{{ $leave->total_days }} day(s)** ## Tasks to Complete Before your leave can be fully approved, please complete the following tasks: {!! nl2br(e($leave->conditional_note)) !!} ## Next Steps 1. Complete all the required tasks listed above 2. Click the "Mark Tasks Complete" button in your leave request 3. Provide details about how you completed the tasks 4. Your manager will review and give final approval @component('mail::button', ['url' => config('app.frontend_url') . '/leaves']) View Leave Request @endcomponent **Important:** Your leave is not fully approved yet. Please complete the required tasks and submit for review as soon as possible. Thanks,
{{ config('app.name') }} @endcomponent