$employee->restaurant_id, 'employee_id' => $employee->id, 'salary_month' => now()->format('Y-m'), 'basic_salary' => $basic, 'allowances' => $allowances, 'deductions' => $deductions, 'overtime_hours' => $overtimeHours, 'overtime_rate' => $overtimeRate, 'bonus' => $bonus, 'net_salary' => $netSalary, 'payment_date' => now(), 'remarks' => 'Auto-generated seeder', 'status' => 'paid', ]); } } }