@extends('layouts.app') @section('title','Generate Payroll') @section('page-title','Payroll') @section('content')
Payroll Period Details
@csrf
Payroll will be auto-generated for all active employees based on their current salary on record. Tax (15%) and pension (5%) deductions are applied automatically.
Cancel
@endsection