@extends('layouts.app') @php use Illuminate\Support\Carbon; @endphp @section('title', 'Generate Payslip') @section('header', 'Generate Payslip') @section('content')
Generates draft payslips for every active employee that doesn't already have one for the period. Tax is applied at {{ config('hrms.payroll.default_tax_rate') }}%.