{{ __('employees.title_desc') }}
| {{ __('employees.date') }} | {{ __('employees.amount') }} | {{ __('employees.status') }} | {{ __('common.actions') }} |
|---|---|---|---|
| {{ $adv->date->format('Y-m-d') }} | {{ formatMoney($adv->amount) }} {{ getCurrency() }} | {{ $adv->status === 'deducted' ? __('employees.adv_status_deducted') : __('employees.adv_status_pending') }} | |
| {{ __('employees.no_data') }} | |||
| {{ __('reports.month') }} | {{ __('employees.base') }} | {{ __('employees.deduction') }} | {{ __('employees.net') }} | {{ __('employees.date') }} | {{ __('common.actions') }} |
|---|---|---|---|---|---|
| {{ str_pad($pay->month, 2, '0', STR_PAD_LEFT) }}/{{ $pay->year }} | {{ formatMoney($pay->base_amount) }} | -{{ formatMoney($pay->advances_deducted) }} | {{ formatMoney($pay->net_amount) }} | {{ $pay->paid_at->format('Y-m-d') }} | |
| {{ __('employees.no_data') }} | |||||