'integer', 'overtime_hours' => 'decimal:1', 'attendance_date' => 'date', ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }