'date', 'check_in' => 'datetime', 'check_out' => 'datetime', ]; public function employee() { return $this->belongsTo(Employee::class); } }