'date', 'end_date' => 'date', 'days' => 'integer', ]; } public function employee(): BelongsTo { return $this->belongsTo(Employee::class); } }