@component('mail::message') # 🧾 Clearance Required — Resignation #{{ $resignation->id }} A resignation has been **approved** and now requires your department's clearance. @if($resignation->last_working_day) **Last Working Day:** {{ $resignation->last_working_day->format('d M Y') }} @endif --- Please complete your department's clearance due **before the last working day**. @component('mail::button', ['url' => url('/resignations/'.$resignation->id)]) Open Clearance Request @endcomponent Thanks, **HR Department** {{ config('app.name') }} @endcomponent