{{ __('Generate Payroll Summary') }}

{{ __('Back to List') }}
@if($errors->any())
{{ __('Error generating payroll:') }}
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('Payroll Parameters') }}

{{ __('Configure the pay period and select employees to include in this payroll run.') }}

@csrf

{{ __('Pay Period') }}

@error('month')

{{ $message }}

@enderror
@error('year')

{{ $message }}

@enderror

{{ __('Employee Selection') }}

{{ __('Leave empty to include all active employees') }}

{{ __('Hold Ctrl (Windows) or Cmd (Mac) to select multiple employees') }}

@error('employee_ids')

{{ $message }}

@enderror
{{ __('Cancel') }}

{{ __('Before generating payroll:') }} {{ __('Ensure that exchange rates, PAYE tax brackets, and social fund percentages are properly configured in the system settings.') }}