'date', 'check_out' => 'date', 'confirmed_at' => 'datetime', ]; public function roomType() { return $this->belongsTo(RoomType::class); } }