@extends('master.app') @section('title','Resignation Certificate') @section('body')
Resignation Certificate

Certificate

This is to certify that {{ $employee->name }}, holding the position of {{ $employee->position ?? '—' }}, has resigned from the company effective on {{ $employee->resigned_at }}.

@if($employee->resign_reason)

Reason: {{ $employee->resign_reason }}

@endif

Issued on: {{ date('Y-m-d') }}

HR Manager
______________________
Company Stamp
______________________
@endsection