Hi Mr./Mrs. {{ $user->name }},
You have a payroll that needs approval.
Payroll Number
|
{{ $data->payroll_number }}
|
Payroll Type
|
{{ $data->payroll_type }}
|
Period Month
|
{{ getMonthName($data->period_month - 1) }}
|
Period Year
|
{{ $data->period_year }}
|
Payroll Date
|
{{ $data->payroll_date }}
|
Amount
|
RP. {{ number_format($data->amount, 0, ',', '.') }}
|
Note
|
{{ $data->note }}
|
Created At
|
{{ $data->created_at }}
|
Please click the link below for more information:
Good luck! Hope it works.
|
@endsection