@extends('layouts.app')
@section('title', 'Create Payroll Period')
@section('content')
Create Payroll Period
Information
- The period will be created in "Draft" status
- After creation, you'll need to process the period to calculate payroll for all active employees
- Payroll periods cannot overlap with existing periods
- Processing will automatically calculate hours from approved shifts
@endsection