{{ __('Employee since') }}: {{ $registrationDate->translatedFormat('F d, Y') }}
{{ __('Fixed Monthly Salary') }}
{{ __('Base salary') }}
{{ __('Your Salary') }}
{{ __('Calculated based on working days') }}
{{ __('You worked') }} {{ $currentAttendanceDays }} {{ __('out of') }} {{ $currentWorkingDays }} {{ __('working days') }}
{{ __('Daily rate') }}:
{{ __('prorated for working days') }}
{{ __('Penalties Deducted') }}
-
{{ __('will be subtracted') }}
{{ __('Net Salary') }}
{{ __('final amount') }}
{{ __('No salary information configured') }}
@endif| {{ __('Date') }} | {{ __('Type') }} | {{ __('Details') }} | {{ __('Amount') }} |
|---|---|---|---|
| {{ $penalty->occurred_on->translatedFormat('M d, Y') }} |
@if($penalty->type === 'late')
|
@if($penalty->minutes_late > 0) {{ $penalty->minutes_late }} {{ __('minutes late') }} @endif @if($penalty->break_overage_minutes > 0) {{ $penalty->break_overage_minutes }} {{ __('minutes over break') }} @endif |
- |
| {{ __('Month') }} | {{ __('Days Worked') }} | {{ __('Total Working Days') }} | {{ __('Fixed Salary') }} | {{ __('Your Salary') }} | {{ __('Penalties') }} | {{ __('Net') }} | {{ __('Late (min)') }} | {{ __('Break Over (min)') }} | {{ __('Entries') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $month['label'] }} | {{ $month['attendance_days'] }} | {{ $month['working_days'] }} | - |
{{ $month['late_minutes'] }} | {{ $month['break_overage_minutes'] }} | {{ $month['entries'] }} |
{{ __('No salary or penalty history available yet') }}
{{ __('Your penalty records will appear here once you start clocking in') }}