@extends('layouts.app') @section('title', 'Generate Salary') @section('page-title', 'Generate Salary') @section('content')

Monthly Salary Generation

Select the month and year to generate salaries for all active employees.

@if($errors->any())
@foreach($errors->all() as $error)
• {{ $error }}
@endforeach
@endif
@csrf
Note: Salary will be generated for all active employees. Existing records for the selected period will be skipped.
@endsection @push('scripts') @endpush