Reminder
Hi Mr./Mrs. {{ $user->name }},
You have a payroll that needs approval.
# |
Type |
Period |
Amount |
Action |
@foreach ($data as $key => $val)
{{ $val->payroll_number }}
|
{{ $val->payroll_type }}
|
{{ getMonthName($val->period_month - 1) }} {{ $val->period_year }}
|
{{ number_format($val->amount, 0, ',', '.') }}
|
view
|
@endforeach
Good luck! Hope it works.
|
@endsection