@extends('layouts.dashboard') @section('title', 'Edit Payroll') @section('content')
Edit payroll record for {{ $payroll->employee->name }}
This payroll cannot be edited
Only payrolls with "draft" status can be edited. Current status: {{ ucfirst($payroll->status) }}