@extends('garage.layouts.app') @section('title', 'Joining Letter') @section('content')
Dear {{ $employee->name }},
We are pleased to appoint you as {{ $employee->category_name ?? 'Employee' }} in the {{ $employee->department_name ?? 'General Department' }} department at {{ $garage->name ?? 'our organization' }}.
Your date of joining is {{ !empty($employee->join_date) ? \Carbon\Carbon::parse($employee->join_date)->format('d M Y') : now()->format('d M Y') }}. Your compensation will be PKR {{ number_format((float)($employee->salary_amount ?? 0), 2) }} on a {{ ucfirst($employee->salary_type ?? 'monthly') }} basis.
You are expected to follow company policies, maintain confidentiality, and perform your responsibilities professionally. Your working hours are {{ (float)($employee->working_hours_per_day ?? 0) > 0 ? number_format((float)$employee->working_hours_per_day, 2).' hours/day' : 'as assigned by management' }}.
Please sign this letter as acceptance of terms and return a copy to HR/admin office.