@php use App\Services\CompanyEmailDetails; // Get company details using global helper function $companyDetails = CompanyEmailDetails::getCompanyEmailDetails(); // Extract variables for easier use in template $logoPath = $companyDetails['logoPath']; $companyName = $companyDetails['companyName']; $companyAddress = $companyDetails['companyAddress']; $companyCity = $companyDetails['companyCity']; $companyState = $companyDetails['companyState']; $companyPostCode = $companyDetails['companyPostCode']; $companyCountry = $companyDetails['companyCountry']; $companyPhone = $companyDetails['companyPhone']; $companyEmail = $companyDetails['companyEmail']; @endphp
Month: {{ date('F', mktime(0, 0, 0, $payroll->pay_month, 1)) }}
Year: {{ $payroll->pay_year }}
Please find your payslip attached to this email. This document contains detailed information about your salary, deductions, and other relevant payroll information.
If you have any questions about your payslip or need clarification on any deductions, please contact your HR department or payroll administrator.
Important: Please keep this payslip for your records as it serves as proof of income and employment.
Thank you,
{{ $companyName }} Team